flake update
This commit is contained in:
parent
4dbd3c6f89
commit
7b01c571ae
3 changed files with 20 additions and 12 deletions
|
@ -52,6 +52,12 @@
|
|||
automatic = true;
|
||||
dates = [ "weekly" ];
|
||||
};
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = [ "weekly" ];
|
||||
randomizedDelaySec = "3h";
|
||||
options = "--delete-older-than 7d";
|
||||
};
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue