change DHCP to VM NIC

This commit is contained in:
illustris 2021-04-15 14:05:50 +05:30
parent e21febbbf3
commit 2b018f3d88

View File

@ -40,7 +40,7 @@
networking.hostName = "desktop"; # Define your hostname. networking.hostName = "desktop"; # Define your hostname.
networking.useDHCP = false; networking.useDHCP = false;
#networking.interfaces.enp6s18.useDHCP = true; #networking.interfaces.enp6s18.useDHCP = true;
networking.interfaces.enp11s0.useDHCP = true; networking.interfaces.enp6s18.useDHCP = true;