builder: disable autoupgrade
Some checks failed
Update Nix Flake / update-flake (push) Failing after 13s

This commit is contained in:
2025-10-09 21:29:40 +02:00
parent 3e179960de
commit ffda398f8d

View File

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