summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-04-29 11:51:42 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2019-04-29 11:51:42 +0200
commit73580a5c093279c4bc54e252737a0cf70a91e1ef (patch)
treeea0487b9268dd92ae848b22309eb883e353d2694
parentc43dabdd35d648eaeca2dca1def07da10bff3942 (diff)
downloadnixos-73580a5c093279c4bc54e252737a0cf70a91e1ef.tar
nixos-73580a5c093279c4bc54e252737a0cf70a91e1ef.tar.gz
nixos-73580a5c093279c4bc54e252737a0cf70a91e1ef.tar.bz2
nixos-73580a5c093279c4bc54e252737a0cf70a91e1ef.tar.xz
nixos-73580a5c093279c4bc54e252737a0cf70a91e1ef.zip
maximum journal size
-rw-r--r--hel.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index b6592775..b0bec8b5 100644
--- a/hel.nix
+++ b/hel.nix
@@ -647,6 +647,10 @@
647 }; 647 };
648 }; 648 };
649 649
650 services.journald.extraConfig = ''
651 SystemMaxUse=100M
652 '';
653
650 system = { 654 system = {
651 stateVersion = "16.09"; 655 stateVersion = "16.09";
652 }; 656 };