mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Fix hydra auto GC
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
3fc53def4d
commit
50ebadd844
|
@ -86,7 +86,7 @@ makeSystem {
|
|||
nix-collect-garbage -d
|
||||
'';
|
||||
in [
|
||||
"0 4 * * * ${storegc}"
|
||||
"0 4 * * * root ${storegc}"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue