reduce log file prevalance on netbox
This commit is contained in:
parent
15f2580cab
commit
d0b8013497
|
@ -59,6 +59,10 @@
|
||||||
stateVersion = "23.05"; # don't change this, lol
|
stateVersion = "23.05"; # don't change this, lol
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.journald.extraConfig = ''
|
||||||
|
SystemMaxUse=1G
|
||||||
|
'';
|
||||||
|
|
||||||
system.userActivationScripts = {
|
system.userActivationScripts = {
|
||||||
copyEssentialConfiguration = {
|
copyEssentialConfiguration = {
|
||||||
# we don't want to bring in the entirety of home-manager for this, so just
|
# we don't want to bring in the entirety of home-manager for this, so just
|
||||||
|
|
Loading…
Reference in New Issue