summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index ec4ad2b6..75ec2ed7 100644
--- a/odin.nix
+++ b/odin.nix
@@ -67,6 +67,7 @@
67 challengeResponseAuthentication = false; 67 challengeResponseAuthentication = false;
68 extraConfig = '' 68 extraConfig = ''
69 AllowGroups ssh 69 AllowGroups ssh
70 AllowUsers gitolite
70 ''; 71 '';
71 }; 72 };
72 users.groups."ssh" = { 73 users.groups."ssh" = {