Configure journald storage
Some checks failed
Run nix flake check / flake-check (push) Failing after 34s
Some checks failed
Run nix flake check / flake-check (push) Failing after 34s
This commit is contained in:
parent
002f934c70
commit
f29edfe34a
@ -1,5 +1,14 @@
|
||||
{ config, ... }:
|
||||
{
|
||||
# Configure journald
|
||||
services.journald = {
|
||||
rateLimitInterval = "10s";
|
||||
extraConfig = [
|
||||
"SystemMaxUse=100M"
|
||||
"SystemKeepFree=1G"
|
||||
];
|
||||
};
|
||||
# Configure promtail
|
||||
services.promtail = {
|
||||
enable = true;
|
||||
configuration = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user