summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/odin.nix b/odin.nix
index 75ec2ed7..9ea0f412 100644
--- a/odin.nix
+++ b/odin.nix
@@ -67,11 +67,10 @@
67 challengeResponseAuthentication = false; 67 challengeResponseAuthentication = false;
68 extraConfig = '' 68 extraConfig = ''
69 AllowGroups ssh 69 AllowGroups ssh
70 AllowUsers gitolite
71 ''; 70 '';
72 }; 71 };
73 users.groups."ssh" = { 72 users.groups."ssh" = {
74 members = ["uucp" "root"]; 73 members = ["uucp" "root" "gitolite"];
75 }; 74 };
76 75
77 networking.firewall = { 76 networking.firewall = {