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 3c0aba69..71f6a87b 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -61,6 +61,7 @@ in {
61 61
62 services.openssh = { 62 services.openssh = {
63 enable = true; 63 enable = true;
64 passwordAuthentication = false;
64 }; 65 };
65 66
66 services.fcron = { 67 services.fcron = {