diff --git a/configuration.nix b/configuration.nix index e4c7029..842318e 100644 --- a/configuration.nix +++ b/configuration.nix @@ -38,13 +38,7 @@ in hostId = "f86b2fa7"; hostName = "desktop"; - useDHCP = false; - interfaces = { - enp6s18.useDHCP = true; - enp11s0.useDHCP = true; - }; - #hosts = { - #}; + networkmanager.enable = true; }; security.sudo.wheelNeedsPassword = false;