diff options
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 = { |