builder: do enable auto-upgrades
This commit is contained in:
@ -43,6 +43,15 @@
|
|||||||
cores = 0;
|
cores = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
system.autoUpgrade = {
|
||||||
|
enable = true;
|
||||||
|
flake = "git+https://gitlab.julian-mutter.de/julian/dotfiles";
|
||||||
|
flags = [
|
||||||
|
"--recreate-lock-file" # update lock file
|
||||||
|
];
|
||||||
|
dates = "02:13";
|
||||||
|
};
|
||||||
|
|
||||||
# optimize store by hardlinking store files
|
# optimize store by hardlinking store files
|
||||||
nix.optimise.automatic = true;
|
nix.optimise.automatic = true;
|
||||||
nix.optimise.dates = ["03:15"];
|
nix.optimise.dates = ["03:15"];
|
||||||
|
Reference in New Issue
Block a user