diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-07-16 09:01:17 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-07-16 09:01:17 -0700 |
commit | 04a5481eae0379165dcfc4b6ca70ef66d1d33d62 (patch) | |
tree | 55960aa30bf75dc396a0ba16e591a8179002c13e /hosts/common/optional/services/openssh.nix | |
parent | d71d2bd7112b4085d67c3ca775b7b38185fd4be2 (diff) | |
download | nix-04a5481eae0379165dcfc4b6ca70ef66d1d33d62.tar nix-04a5481eae0379165dcfc4b6ca70ef66d1d33d62.tar.gz nix-04a5481eae0379165dcfc4b6ca70ef66d1d33d62.tar.bz2 nix-04a5481eae0379165dcfc4b6ca70ef66d1d33d62.tar.lz nix-04a5481eae0379165dcfc4b6ca70ef66d1d33d62.tar.xz nix-04a5481eae0379165dcfc4b6ca70ef66d1d33d62.tar.zst nix-04a5481eae0379165dcfc4b6ca70ef66d1d33d62.zip |
Close SSH through firewall by default
Diffstat (limited to 'hosts/common/optional/services/openssh.nix')
-rw-r--r-- | hosts/common/optional/services/openssh.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hosts/common/optional/services/openssh.nix b/hosts/common/optional/services/openssh.nix index 33cdbac..424d3bf 100644 --- a/hosts/common/optional/services/openssh.nix +++ b/hosts/common/optional/services/openssh.nix @@ -1,7 +1,6 @@ { services.openssh = { enable = true; - openFirewall = true; settings = { KbdInteractiveAuthentication = false; PasswordAuthentication = false; |