diff --git a/hosts/hydra/configuration.nix b/hosts/hydra/configuration.nix index 05f80c4d..14bc8b47 100644 --- a/hosts/hydra/configuration.nix +++ b/hosts/hydra/configuration.nix @@ -76,6 +76,7 @@ }; networking.hostName = "hydra"; + networking.firewall.enable = false; networking.useHostResolvConf = true; diff --git a/hosts/hydra/hydra.nix b/hosts/hydra/hydra.nix index cce82086..d223140c 100644 --- a/hosts/hydra/hydra.nix +++ b/hosts/hydra/hydra.nix @@ -40,6 +40,4 @@ }; }; }; - - networking.firewall.allowedTCPPorts = [ 80 443 ]; }