mediabox: limit systemd journal size

This commit is contained in:
Asmir A 2023-10-28 14:51:13 +02:00
parent 4ef5ab21a8
commit 77190240a5

View File

@ -254,6 +254,14 @@
};
};
journald.extraConfig = ''
SystemMaxUse=50M
'';
logind.extraConfig = ''
KillUserProcesses=yes
'';
xserver = {
enable = true;
libinput.enable = true;