diff options
| -rw-r--r-- | ymir.nix | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 | } |
