From 5a0dfe6e72441e619628e77b64365d0ad248bc99 Mon Sep 17 00:00:00 2001 From: tv Date: Sun, 3 Jul 2016 21:30:46 +0200 Subject: tv: define journald default extraConfig --- tv/1systems/cd.nix | 5 ----- tv/1systems/mu.nix | 5 ----- tv/1systems/wu.nix | 5 ----- tv/1systems/xu.nix | 5 ----- 4 files changed, 20 deletions(-) (limited to 'tv/1systems') diff --git a/tv/1systems/cd.nix b/tv/1systems/cd.nix index 75c1900..2120134 100644 --- a/tv/1systems/cd.nix +++ b/tv/1systems/cd.nix @@ -112,9 +112,4 @@ with config.krebs.lib; rxvt_unicode.terminfo tcpdump ]; - - services.journald.extraConfig = '' - SystemMaxUse=1G - RuntimeMaxUse=128M - ''; } diff --git a/tv/1systems/mu.nix b/tv/1systems/mu.nix index ec208a0..e7908e2 100644 --- a/tv/1systems/mu.nix +++ b/tv/1systems/mu.nix @@ -157,11 +157,6 @@ with config.krebs.lib; ]; }; - services.journald.extraConfig = '' - SystemMaxUse=1G - RuntimeMaxUse=128M - ''; - # see tmpfiles.d(5) systemd.tmpfiles.rules = [ "d /tmp 1777 root root - -" # does this work with mounted /tmp? diff --git a/tv/1systems/wu.nix b/tv/1systems/wu.nix index d115e27..645cda6 100644 --- a/tv/1systems/wu.nix +++ b/tv/1systems/wu.nix @@ -164,11 +164,6 @@ with config.krebs.lib; services.printing.enable = true; - services.journald.extraConfig = '' - SystemMaxUse=1G - RuntimeMaxUse=128M - ''; - # see tmpfiles.d(5) systemd.tmpfiles.rules = [ "d /tmp 1777 root root - -" # does this work with mounted /tmp? diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix index 7277f5c..1cd1df1 100644 --- a/tv/1systems/xu.nix +++ b/tv/1systems/xu.nix @@ -176,11 +176,6 @@ with config.krebs.lib; services.printing.enable = true; - services.journald.extraConfig = '' - SystemMaxUse=1G - RuntimeMaxUse=128M - ''; - # see tmpfiles.d(5) systemd.tmpfiles.rules = [ "d /tmp 1777 root root - -" # does this work with mounted /tmp? -- cgit v1.2.3