diff --git a/hosts/amy/configuration.nix b/hosts/amy/configuration.nix index e66b046..3613a9c 100644 --- a/hosts/amy/configuration.nix +++ b/hosts/amy/configuration.nix @@ -25,7 +25,10 @@ nixpkgs.config.allowUnfree = true; - services.openssh.enable = true; + services.openssh = { + enable = true; + openFirewall = false; + }; # networking.firewall.allowedTCPPorts = [ 22 ]; networking = {