summaryrefslogtreecommitdiff
path: root/odin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'odin.nix')
-rw-r--r--odin.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/odin.nix b/odin.nix
index 704b0b95..294c4d09 100644
--- a/odin.nix
+++ b/odin.nix
@@ -102,6 +102,9 @@
102 services.journald = { 102 services.journald = {
103 rateLimitBurst = 0; 103 rateLimitBurst = 0;
104 console = "/dev/tty7"; 104 console = "/dev/tty7";
105 extraConfig = ''
106 SystemMaxUse=1G
107 '';
105 }; 108 };
106 109
107 services.haveged.enable = true; 110 services.haveged.enable = true;
@@ -504,7 +507,6 @@
504 systemd.status-mail = { 507 systemd.status-mail = {
505 recipient = "root@odin.asgard.yggdrasil"; 508 recipient = "root@odin.asgard.yggdrasil";
506 onFailure = [ "nixos-upgrade" 509 onFailure = [ "nixos-upgrade"
507 "borgbackup-munin@" "borgbackup-prune-munin"
508 "smartd" 510 "smartd"
509 ]; 511 ];
510 }; 512 };