about summary refs log tree commit diff
path: root/machines/profpatsch/base-workstation.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2021-02-13 00:15:31 +0100
committerProfpatsch <mail@profpatsch.de>2021-02-13 12:19:51 +0100
commitcfc5b3fe97cf1fa86d2992ca570addc8195c5179 (patch)
tree3e317694c1b4c44f7d05cd11ef90a1e1cb1e186d /machines/profpatsch/base-workstation.nix
parent6ee8541db0196536c935cd8c82dca1991240d38e (diff)
feat(profpatsch/machines): set journal size limit on every machine
Before we just set 50M on workstations, but let’s increase to 500M and
set it as default on every machine, so we don’t run out of space
because somebody DDoSes our server logs.
Diffstat (limited to 'machines/profpatsch/base-workstation.nix')
-rw-r--r--machines/profpatsch/base-workstation.nix3
1 files changed, 0 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;
 
     ########