diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-30 18:24:00 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-07-30 18:24:00 +0200 |
commit | e4f9c7c6afaa0a4183aaf3b8ebd14f2fd2ce9c06 (patch) | |
tree | 9884da19710ef2bb30fca9093f8e18c752295b73 | |
parent | 8f5bf4edbedd1e45d6738b89b95d6550b63920b4 (diff) | |
download | nixos-e4f9c7c6afaa0a4183aaf3b8ebd14f2fd2ce9c06.tar nixos-e4f9c7c6afaa0a4183aaf3b8ebd14f2fd2ce9c06.tar.gz nixos-e4f9c7c6afaa0a4183aaf3b8ebd14f2fd2ce9c06.tar.bz2 nixos-e4f9c7c6afaa0a4183aaf3b8ebd14f2fd2ce9c06.tar.xz nixos-e4f9c7c6afaa0a4183aaf3b8ebd14f2fd2ce9c06.zip |
Typing
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -898,7 +898,7 @@ in rec { | |||
898 | git -C /etc/nixos pull | 898 | git -C /etc/nixos pull |
899 | git -C /etc/nixos submodule update | 899 | git -C /etc/nixos submodule update |
900 | ''; | 900 | ''; |
901 | systemd.services."nixos-upgrade".onFailure = "unit-status-mail@%n.service"; | 901 | systemd.services."nixos-upgrade".onFailure = ["unit-status-mail@%n.service"]; |
902 | 902 | ||
903 | systemd.services."unit-status-mail@" = { | 903 | systemd.services."unit-status-mail@" = { |
904 | scriptArgs = "%I %H %m %b"; | 904 | scriptArgs = "%I %H %m %b"; |