fix gc scheduling for Linux and Mac (read systemd & launchd) that uses

different formats.
This commit is contained in:
Martin Larsson 2025-07-15 16:13:51 +02:00
parent 42a745b98d
commit 09d232dfc6
3 changed files with 7 additions and 5 deletions

View file

@ -9,6 +9,11 @@ let
utils = import ../utils.nix;
in
{
nix.gc.interval = {
Weekday = 0;
Hour = 0;
Minute = 0;
};
environment.systemPackages = with pkgs; [
home-manager