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
|
# Configure journald
|
||||||
services.journald = {
|
services.journald = {
|
||||||
rateLimitInterval = "10s";
|
rateLimitInterval = "10s";
|
||||||
extraConfig = [
|
extraConfig = ''
|
||||||
"SystemMaxUse=100M"
|
SystemMaxUse=100M
|
||||||
"SystemKeepFree=1G"
|
SystemKeepFree=1G
|
||||||
];
|
'';
|
||||||
};
|
};
|
||||||
# Configure promtail
|
# Configure promtail
|
||||||
services.promtail = {
|
services.promtail = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user