diff options
Diffstat (limited to 'odin.nix')
-rw-r--r-- | odin.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -326,6 +326,10 @@ | |||
326 | ''; | 326 | ''; |
327 | }; | 327 | }; |
328 | 328 | ||
329 | programs.ssh = { | ||
330 | startAgent = true; | ||
331 | }; | ||
332 | |||
329 | systemd.status-mail = { | 333 | systemd.status-mail = { |
330 | recipient = "root@odin.asgard.yggdrasil"; | 334 | recipient = "root@odin.asgard.yggdrasil"; |
331 | onFailure = [ "nixos-upgrade" | 335 | onFailure = [ "nixos-upgrade" |