summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index c186cb27..2278ffdc 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -10,6 +10,7 @@ in rec {
10 ./bragi/hw.nix 10 ./bragi/hw.nix
11 ./custom/zsh.nix 11 ./custom/zsh.nix
12 ./users.nix 12 ./users.nix
13 ./custom/unit-status-mail.nix
13 ]; 14 ];
14 15
15 boot.loader.grub.enable = true; 16 boot.loader.grub.enable = true;
@@ -424,4 +425,8 @@ in rec {
424 git -C /etc/nixos pull 425 git -C /etc/nixos pull
425 git -C /etc/nixos submodule update 426 git -C /etc/nixos submodule update
426 ''; 427 '';
428
429 systemd.status-mail = {
430 onFailure = [ "nixos-upgrade" ];
431 };
427} 432}