summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-05-13 22:07:30 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-05-13 22:07:30 +0200
commit1181b4e7718fa946cba2c2781efa1d69a90c4af0 (patch)
treeb964f26e458c8bf8af42210be6438bda137c3cae /odin.nix
parent818247a92681ea40ab631103d11f5bf00412316e (diff)
downloadnixos-1181b4e7718fa946cba2c2781efa1d69a90c4af0.tar
nixos-1181b4e7718fa946cba2c2781efa1d69a90c4af0.tar.gz
nixos-1181b4e7718fa946cba2c2781efa1d69a90c4af0.tar.bz2
nixos-1181b4e7718fa946cba2c2781efa1d69a90c4af0.tar.xz
nixos-1181b4e7718fa946cba2c2781efa1d69a90c4af0.zip
better tests
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/odin.nix b/odin.nix
index 18310a38..57166f93 100644
--- a/odin.nix
+++ b/odin.nix
@@ -378,8 +378,7 @@
378 mail.enable = true; 378 mail.enable = true;
379 wall.enable = true; 379 wall.enable = true;
380 }; 380 };
381 defaults.autodetected = "-a -s (O/../.././(00|06|12|18)|S/../.././02|L/../../7/04)"; 381 defaults.autodetected = "-a -n standby,10 -o on -s (S/../.././02|L/../../7/04)";
382 defaults.monitored = "-a -s (O/../.././(00|06|12|18)|S/../.././02|L/../../7/04)";
383 }; 382 };
384 383
385 systemd.status-mail = { 384 systemd.status-mail = {