diff --git a/configuration/modules/system.nix b/configuration/modules/system.nix index 3a31e43..e722a9b 100644 --- a/configuration/modules/system.nix +++ b/configuration/modules/system.nix @@ -8,7 +8,7 @@ nixpkgs.config.allowUnfree = true; networking = { - networkmanager.enable = true; + networkmanager.enable = false; hostName = "max-${device-name}"; proxy.noProxy = "127.0.0.1,localhost,internal.domain"; firewall = {