summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index a0767915..752491a2 100644
--- a/odin.nix
+++ b/odin.nix
@@ -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"