summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-28 12:57:48 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-28 12:57:48 +0200
commitf454310b9f41941a227e844889e0fd202193c679 (patch)
tree0d99d31392e830e94aa054b163b03c81bc45303c /odin.nix
parent82cbdfc56d2f6f6ffdfd5aa5bdbfd06ee0611c99 (diff)
downloadnixos-f454310b9f41941a227e844889e0fd202193c679.tar
nixos-f454310b9f41941a227e844889e0fd202193c679.tar.gz
nixos-f454310b9f41941a227e844889e0fd202193c679.tar.bz2
nixos-f454310b9f41941a227e844889e0fd202193c679.tar.xz
nixos-f454310b9f41941a227e844889e0fd202193c679.zip
ssh-agent on odin
Diffstat (limited to 'odin.nix')
-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"