diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index c3e7672..629ca82 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -152,9 +152,6 @@ enable = true; }; - # Enable networking - networking.networkmanager.enable = true; - networking.firewall.enable = true; networking.firewall.allowedTCPPorts = [22 80 443];