mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +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
|
nix-collect-garbage -d
|
||||||
'';
|
'';
|
||||||
in [
|
in [
|
||||||
"0 4 * * * ${storegc}"
|
"0 4 * * * root ${storegc}"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue