builder: disable autoupgrade
Some checks failed
Update Nix Flake / update-flake (push) Failing after 13s
Some checks failed
Update Nix Flake / update-flake (push) Failing after 13s
This commit is contained in:
@@ -64,14 +64,14 @@
|
|||||||
fallback = true;
|
fallback = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
system.autoUpgrade = {
|
# system.autoUpgrade = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
flake = "git+https://gitlab.julian-mutter.de/julian/dotfiles";
|
# flake = "git+https://gitlab.julian-mutter.de/julian/dotfiles";
|
||||||
flags = [
|
# flags = [
|
||||||
"--recreate-lock-file" # update lock file
|
# "--recreate-lock-file" # update lock file
|
||||||
];
|
# ];
|
||||||
dates = "02:13";
|
# dates = "02:13";
|
||||||
};
|
# };
|
||||||
|
|
||||||
# optimize store by hardlinking store files
|
# optimize store by hardlinking store files
|
||||||
nix.optimise.automatic = true;
|
nix.optimise.automatic = true;
|
||||||
|
Reference in New Issue
Block a user