From 2b018f3d88a3010fb0fbd56f82b824bb75e4779d Mon Sep 17 00:00:00 2001 From: illustris Date: Thu, 15 Apr 2021 14:05:50 +0530 Subject: [PATCH] change DHCP to VM NIC --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 7871834..bdce972 100644 --- a/configuration.nix +++ b/configuration.nix @@ -40,7 +40,7 @@ networking.hostName = "desktop"; # Define your hostname. networking.useDHCP = false; #networking.interfaces.enp6s18.useDHCP = true; - networking.interfaces.enp11s0.useDHCP = true; + networking.interfaces.enp6s18.useDHCP = true;