aboutsummaryrefslogtreecommitdiff
path: root/modules/private/system.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2020-12-29 22:06:59 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2020-12-29 22:06:59 +0100
commit2edbb2d889bd9d1787bc1745a75c1b6969d148ab (patch)
treea2784aad8833d4a1303e7bd90a2ec1587579ad7a /modules/private/system.nix
parentb4b5eadc29d2547e181ce60d735a4b943beb2a9a (diff)
downloadNix-2edbb2d889bd9d1787bc1745a75c1b6969d148ab.tar.gz
Nix-2edbb2d889bd9d1787bc1745a75c1b6969d148ab.tar.zst
Nix-2edbb2d889bd9d1787bc1745a75c1b6969d148ab.zip
Add Eban monitoring
Diffstat (limited to 'modules/private/system.nix')
-rw-r--r--modules/private/system.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/private/system.nix b/modules/private/system.nix
index 71a49e3..0e72d99 100644
--- a/modules/private/system.nix
+++ b/modules/private/system.nix
@@ -26,7 +26,8 @@
26 ]; 26 ];
27 27
28 services.journald.extraConfig = '' 28 services.journald.extraConfig = ''
29 MaxLevelStore=warning 29 #Should be "warning" but disabled for now, it prevents anything from being stored
30 MaxLevelStore=info
30 MaxRetentionSec=1year 31 MaxRetentionSec=1year
31 ''; 32 '';
32 33