summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-05-13 21:15:26 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-05-13 21:15:26 +0200
commit818247a92681ea40ab631103d11f5bf00412316e (patch)
tree989f4b3f4641c8f0ba014e3692f66ae1be25373f
parent0e40bf9bf24619dd3c7b1764421b1abf2f5c43c5 (diff)
downloadnixos-818247a92681ea40ab631103d11f5bf00412316e.tar
nixos-818247a92681ea40ab631103d11f5bf00412316e.tar.gz
nixos-818247a92681ea40ab631103d11f5bf00412316e.tar.bz2
nixos-818247a92681ea40ab631103d11f5bf00412316e.tar.xz
nixos-818247a92681ea40ab631103d11f5bf00412316e.zip
More tests
-rw-r--r--odin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/odin.nix b/odin.nix
index 3d468fab..18310a38 100644
--- a/odin.nix
+++ b/odin.nix
@@ -378,8 +378,8 @@
378 mail.enable = true; 378 mail.enable = true;
379 wall.enable = true; 379 wall.enable = true;
380 }; 380 };
381 defaults.autodetected = "-a -s (S/../.././02|L/../../7/04)"; 381 defaults.autodetected = "-a -s (O/../.././(00|06|12|18)|S/../.././02|L/../../7/04)";
382 defaults.monitored = "-a -s (S/../.././02|L/../../7/04)"; 382 defaults.monitored = "-a -s (O/../.././(00|06|12|18)|S/../.././02|L/../../7/04)";
383 }; 383 };
384 384
385 systemd.status-mail = { 385 systemd.status-mail = {