summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odin.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/odin.nix b/odin.nix
index be41b094..3d468fab 100644
--- a/odin.nix
+++ b/odin.nix
@@ -378,6 +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)";
382 defaults.monitored = "-a -s (S/../.././02|L/../../7/04)";
381 }; 383 };
382 384
383 systemd.status-mail = { 385 systemd.status-mail = {