Trigger logrotate service daily instead of hourly
This commit is contained in:
parent
bcce239a93
commit
a4aeb9d398
|
@ -78,6 +78,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
systemd.services.logrotate.startAt = lib.mkForce "12:00:00";
|
||||||
|
|
||||||
# Allow propietary software and build packages with Pulseaudio support
|
# Allow propietary software and build packages with Pulseaudio support
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
|
|
Loading…
Reference in New Issue