Revert journald changes
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m46s
Periodic flake update / flake-update (push) Successful in 1m27s

This commit is contained in:
Torjus Håkestad 2025-02-07 13:19:51 +01:00
parent b6cf254e98
commit 152d6cac86
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

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