From b91f4e89ab7af350f775185d8c381d921b636d19 Mon Sep 17 00:00:00 2001 From: sterni Date: Fri, 24 Nov 2023 16:58:07 +0100 Subject: chore(sterni/edwin): allow 10G of logs (there's enough space) Change-Id: I576107047d8213e718e720d3a7a1dcc1dff39122 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10126 Reviewed-by: sterni Autosubmit: sterni Tested-by: BuildkiteCI --- users/sterni/modules/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/sterni') diff --git a/users/sterni/modules/common.nix b/users/sterni/modules/common.nix index db5b264e66..6cf2bc6d2c 100644 --- a/users/sterni/modules/common.nix +++ b/users/sterni/modules/common.nix @@ -46,7 +46,7 @@ in services = { journald.extraConfig = '' - SystemMaxUse=1024M + SystemMaxUse=10G ''; openssh.enable = true; -- cgit 1.4.1