diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-09-03 20:23:24 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-09-03 20:23:24 +0200 |
commit | e33086184cf2918d44a6a13c4d99c1fa7c6d736a (patch) | |
tree | 47123d18ef7a5d34f49c3bf910fb68ad13b3c44a | |
parent | 5ef4cf32519c32e656061c6fa1536bda998a07c2 (diff) | |
download | nixos-e33086184cf2918d44a6a13c4d99c1fa7c6d736a.tar nixos-e33086184cf2918d44a6a13c4d99c1fa7c6d736a.tar.gz nixos-e33086184cf2918d44a6a13c4d99c1fa7c6d736a.tar.bz2 nixos-e33086184cf2918d44a6a13c4d99c1fa7c6d736a.tar.xz nixos-e33086184cf2918d44a6a13c4d99c1fa7c6d736a.zip |
...
-rw-r--r-- | odin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" = { |