diff options
| -rw-r--r-- | odin.nix | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -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 = { |
