about summary refs log tree commit diff
path: root/machines/profpatsch
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2015-11-09 01:35:07 +0100
committerProfpatsch <mail@profpatsch.de>2015-11-09 01:37:31 +0100
commitb8fef2fa3fa844c8c8e6303edaa78a8346e5caac (patch)
treeb16711db5737e6d3d60490d6e4da61dca546310b /machines/profpatsch
parenteeed73422ffff08b4160da1bba47e89c98857b46 (diff)
katara: limit journal size
Diffstat (limited to 'machines/profpatsch')
-rw-r--r--machines/profpatsch/katara.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix
index c3aa9b4e..c78773b8 100644
--- a/machines/profpatsch/katara.nix
+++ b/machines/profpatsch/katara.nix
@@ -228,6 +228,9 @@ in {
       ln -s ${users.extraUsers.philip.home}/Downloads/music $out
     '';
 
+    services.journald.extraConfig = ''
+      SystemMaxUse=50M
+    '';
 
     ###################
     # Graphical System