enable networkmanager

This commit is contained in:
illustris 2022-07-25 16:54:18 +05:30
parent 773b973a9f
commit f2873a0cd7

View File

@ -38,13 +38,7 @@ in
hostId = "f86b2fa7"; hostId = "f86b2fa7";
hostName = "desktop"; hostName = "desktop";
useDHCP = false; networkmanager.enable = true;
interfaces = {
enp6s18.useDHCP = true;
enp11s0.useDHCP = true;
};
#hosts = {
#};
}; };
security.sudo.wheelNeedsPassword = false; security.sudo.wheelNeedsPassword = false;