mediabox: limit systemd journal size
This commit is contained in:
parent
4ef5ab21a8
commit
77190240a5
@ -254,6 +254,14 @@
|
||||
};
|
||||
};
|
||||
|
||||
journald.extraConfig = ''
|
||||
SystemMaxUse=50M
|
||||
'';
|
||||
|
||||
logind.extraConfig = ''
|
||||
KillUserProcesses=yes
|
||||
'';
|
||||
|
||||
xserver = {
|
||||
enable = true;
|
||||
libinput.enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user