flake update

This commit is contained in:
Vivian 2022-10-17 11:55:27 +02:00
parent 4dbd3c6f89
commit 7b01c571ae
3 changed files with 20 additions and 12 deletions

View file

@ -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
'';