enable networkmanager

This commit is contained in:
illustris 2022-07-25 16:54:18 +05:30
parent 73f5939e69
commit 94255a9072
Signed by: illustris
GPG Key ID: 56C8FC0B899FEFA3

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;