summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index ff5cbbde..6fb4fdcc 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -135,6 +135,9 @@ in rec {
135 services.openssh = { 135 services.openssh = {
136 enable = true; 136 enable = true;
137 passwordAuthentication = false; 137 passwordAuthentication = false;
138 extraConfig = ''
139 AllowGroups ssh
140 '';
138 }; 141 };
139 142
140 services.fcron = { 143 services.fcron = {