summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index feb8aa89..4d481f61 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -139,7 +139,9 @@ in rec {
139 AllowGroups ssh 139 AllowGroups ssh
140 ''; 140 '';
141 }; 141 };
142 users.groups."ssh" = {}; 142 users.groups."ssh" = {
143 members = ["gitolite" "uucp"];
144 };
143 145
144 services.fcron = { 146 services.fcron = {
145 enable = true; 147 enable = true;