summaryrefslogtreecommitdiff
path: root/hosts/vidhar/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/default.nix')
-rw-r--r--hosts/vidhar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/vidhar/default.nix b/hosts/vidhar/default.nix
index 9905d1f8..0a49e37b 100644
--- a/hosts/vidhar/default.nix
+++ b/hosts/vidhar/default.nix
@@ -85,7 +85,7 @@
85 services.openssh = { 85 services.openssh = {
86 enable = true; 86 enable = true;
87 passwordAuthentication = false; 87 passwordAuthentication = false;
88 challengeResponseAuthentication = false; 88 kbdInteractiveAuthentication = false;
89 extraConfig = '' 89 extraConfig = ''
90 AllowGroups ssh 90 AllowGroups ssh
91 ''; 91 '';