diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-28 12:57:48 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-28 12:57:48 +0200 |
commit | f454310b9f41941a227e844889e0fd202193c679 (patch) | |
tree | 0d99d31392e830e94aa054b163b03c81bc45303c | |
parent | 82cbdfc56d2f6f6ffdfd5aa5bdbfd06ee0611c99 (diff) | |
download | nixos-f454310b9f41941a227e844889e0fd202193c679.tar nixos-f454310b9f41941a227e844889e0fd202193c679.tar.gz nixos-f454310b9f41941a227e844889e0fd202193c679.tar.bz2 nixos-f454310b9f41941a227e844889e0fd202193c679.tar.xz nixos-f454310b9f41941a227e844889e0fd202193c679.zip |
ssh-agent on odin
-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" |