diff --git a/hosts/garden/default.nix b/hosts/garden/default.nix index 8afe3ce..b8d7db8 100644 --- a/hosts/garden/default.nix +++ b/hosts/garden/default.nix @@ -15,6 +15,7 @@ boot.tmp.cleanOnBoot = true; zramSwap.enable = true; networking.hostName = "GARDEN"; + services.openssh.openFirewall = false; # Enable the Flakes feature and the accompanying new nix command-line tool nix.settings.experimental-features = [