nh: Delay clean service so it doesnt slow down boot (#431770)

This commit is contained in:
Yohann Boniface 2025-08-09 05:24:00 +02:00 committed by GitHub
commit eeffb605af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -99,6 +99,7 @@ in
script = "exec ${lib.getExe cfg.package} clean all ${cfg.clean.extraArgs}";
startAt = cfg.clean.dates;
path = [ config.nix.package ];
after = [ "multi-user.target" ];
serviceConfig.Type = "oneshot";
};