about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--machines/profpatsch/base-workstation.nix3
-rw-r--r--machines/profpatsch/base.nix3
2 files changed, 3 insertions, 3 deletions
diff --git a/machines/profpatsch/base-workstation.nix b/machines/profpatsch/base-workstation.nix
index 09cbf054..c918e380 100644
--- a/machines/profpatsch/base-workstation.nix
+++ b/machines/profpatsch/base-workstation.nix
@@ -150,9 +150,6 @@ in {
 
     time.timeZone = "Europe/Paris";
 
-    # bounded journal size
-    services.journald.extraConfig = "SystemMaxUse=50M";
-
     vuizvui.programs.fish.fasd.enable = true;
 
     ########
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'