summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index ec8566ff..fbe45e03 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -189,6 +189,7 @@ in rec {
189 services.openssh = { 189 services.openssh = {
190 enable = true; 190 enable = true;
191 passwordAuthentication = false; 191 passwordAuthentication = false;
192 challengeResponseAuthentication = false;
192 extraConfig = '' 193 extraConfig = ''
193 AllowGroups ssh 194 AllowGroups ssh
194 ''; 195 '';