diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-13 14:08:43 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-13 14:08:43 +0200 |
commit | 6dd287bfd6d2a5ed06df807fad317a44e4fec865 (patch) | |
tree | b8a3e7b9821422a90f5869920433a0852f6540a9 /bragi.nix | |
parent | 1f5b0a504c793ecec2d91fdbdcee4c2a7a49fc72 (diff) | |
download | nixos-6dd287bfd6d2a5ed06df807fad317a44e4fec865.tar nixos-6dd287bfd6d2a5ed06df807fad317a44e4fec865.tar.gz nixos-6dd287bfd6d2a5ed06df807fad317a44e4fec865.tar.bz2 nixos-6dd287bfd6d2a5ed06df807fad317a44e4fec865.tar.xz nixos-6dd287bfd6d2a5ed06df807fad317a44e4fec865.zip |
no upgrade needed is success
Diffstat (limited to 'bragi.nix')
-rw-r--r-- | bragi.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -461,6 +461,7 @@ in rec { | |||
461 | git -C /etc/nixos pull | 461 | git -C /etc/nixos pull |
462 | git -C /etc/nixos submodule update | 462 | git -C /etc/nixos submodule update |
463 | ''; | 463 | ''; |
464 | systemd.services."nixos-upgrade".serviceConfig.SuccessExitStatus = "100"; | ||
464 | 465 | ||
465 | systemd.status-mail = { | 466 | systemd.status-mail = { |
466 | recipient = "root@yggdrasil.li"; | 467 | recipient = "root@yggdrasil.li"; |