aboutsummaryrefslogtreecommitdiffstats
path: root/hosts/common/optional/services
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/optional/services')
-rw-r--r--hosts/common/optional/services/openssh.nix1
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;