summaryrefslogtreecommitdiff
path: root/hosts/surtr
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/surtr')
-rw-r--r--hosts/surtr/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/hosts/surtr/default.nix b/hosts/surtr/default.nix
index 75dd9847..6925445b 100644
--- a/hosts/surtr/default.nix
+++ b/hosts/surtr/default.nix
@@ -135,8 +135,6 @@ with lib;
135 135
136 services.openssh = { 136 services.openssh = {
137 enable = true; 137 enable = true;
138 passwordAuthentication = false;
139 kbdInteractiveAuthentication = false;
140 extraConfig = '' 138 extraConfig = ''
141 AllowGroups ssh 139 AllowGroups ssh
142 ''; 140 '';