Fix hydra auto GC

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2023-11-18 14:42:17 +01:00
parent 3fc53def4d
commit 50ebadd844
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -86,7 +86,7 @@ makeSystem {
nix-collect-garbage -d nix-collect-garbage -d
''; '';
in [ in [
"0 4 * * * ${storegc}" "0 4 * * * root ${storegc}"
]; ];
}; };