Fix error in journald config
Some checks failed
Run nix flake check / flake-check (push) Failing after 4m0s
Some checks failed
Run nix flake check / flake-check (push) Failing after 4m0s
This commit is contained in:
parent
f29edfe34a
commit
4d2fbff6d0
@ -3,10 +3,10 @@
|
||||
# Configure journald
|
||||
services.journald = {
|
||||
rateLimitInterval = "10s";
|
||||
extraConfig = [
|
||||
"SystemMaxUse=100M"
|
||||
"SystemKeepFree=1G"
|
||||
];
|
||||
extraConfig = ''
|
||||
SystemMaxUse=100M
|
||||
SystemKeepFree=1G
|
||||
'';
|
||||
};
|
||||
# Configure promtail
|
||||
services.promtail = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user