summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 47c9f951..2c614e0d 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -432,4 +432,8 @@ in rec {
432 IdentityFile ~/.ssh/odin 432 IdentityFile ~/.ssh/odin
433 ''; 433 '';
434 }; 434 };
435
436 scheduling.atd = {
437 enable = true;
438 };
435} 439}