about summary refs log tree commit diff
path: root/machines/profpatsch/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/profpatsch/base.nix')
-rw-r--r--machines/profpatsch/base.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/machines/profpatsch/base.nix b/machines/profpatsch/base.nix
index a5147706..2b3eb419 100644
--- a/machines/profpatsch/base.nix
+++ b/machines/profpatsch/base.nix
@@ -15,6 +15,9 @@ in
     # /tmp should never be depended on
     boot.cleanTmpDir = true;
 
+    # bounded journal size
+    services.journald.extraConfig = "SystemMaxUse=500M";
+
     programs.bash = {
       interactiveShellInit = ''
         alias c='vim /root/vuizvui/machines/profpatsch'