summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index f5ab341d..d9c13f7b 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -227,6 +227,7 @@ in rec {
227 extraConfig = '' 227 extraConfig = ''
228 AllowGroups ssh 228 AllowGroups ssh
229 ''; 229 '';
230 knownHosts = import ./knownHosts.nix;
230 }; 231 };
231 users.groups."ssh" = { 232 users.groups."ssh" = {
232 members = ["gitolite" "uucp" "root"]; 233 members = ["gitolite" "uucp" "root"];