Configure journald storage
Some checks failed
Run nix flake check / flake-check (push) Failing after 34s

This commit is contained in:
Torjus Håkestad 2025-02-07 13:21:43 +01:00
parent 002f934c70
commit f29edfe34a
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -1,5 +1,14 @@
{ config, ... }:
{
# Configure journald
services.journald = {
rateLimitInterval = "10s";
extraConfig = [
"SystemMaxUse=100M"
"SystemKeepFree=1G"
];
};
# Configure promtail
services.promtail = {
enable = true;
configuration = {