build02/nixpkgs-update: set oneshot for nixpkgs-update-delete-old-logs

follow up from 415bdb8e1b
This commit is contained in:
zowoq 2024-04-16 10:47:18 +10:00
parent d31c569094
commit a7c9172d97

View file

@ -232,6 +232,7 @@ in
${pkgs.findutils}/bin/find /var/log/nixpkgs-update/~workers -type f -mtime +90 -delete
${pkgs.findutils}/bin/find /var/log/nixpkgs-update -type d -empty -delete
'';
serviceConfig.Type = "oneshot";
};
systemd.tmpfiles.rules = [