Trigger logrotate service daily instead of hourly

This commit is contained in:
coolneng 2022-06-16 01:40:30 +02:00
parent e6d7d0681a
commit 783d7d5982
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ with pkgs;
}; };
}; };
}; };
systemd.services.logrotate.startAt = lib.mkForce "daily";
# Increase inotify limits # Increase inotify limits
boot.kernel.sysctl = { "fs.inotify.max_user_watches" = 204800; }; boot.kernel.sysctl = { "fs.inotify.max_user_watches" = 204800; };