Correct the branch used
This commit is contained in:
parent
268389e00d
commit
973a504aa3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
};
|
};
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
flake = "git+https://git.chir.rs/darkkirb/nixos-config.git";
|
flake = "git+https://git.chir.rs/darkkirb/nixos-config.git?ref=main";
|
||||||
flags = [
|
flags = [
|
||||||
"--recreate-lock-file"
|
"--recreate-lock-file"
|
||||||
"--no-write-lock-file"
|
"--no-write-lock-file"
|
||||||
|
|
Loading…
Reference in a new issue