Common/nix: optimise store every week
This commit is contained in:
parent
e7b6ebb54e
commit
721adfb3d6
1 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,10 @@
|
||||||
auto-optimise-store = true;
|
auto-optimise-store = true;
|
||||||
experimental-features = "nix-command flakes";
|
experimental-features = "nix-command flakes";
|
||||||
};
|
};
|
||||||
|
optimise = {
|
||||||
|
automatic = true;
|
||||||
|
dates = [ "weekly" ];
|
||||||
|
};
|
||||||
registry = {
|
registry = {
|
||||||
agenix = {
|
agenix = {
|
||||||
from = { id = "agenix"; type = "indirect"; };
|
from = { id = "agenix"; type = "indirect"; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue