Use correct Flake URL scheme for Auto Upgrade
This commit is contained in:
parent
770ecc6c02
commit
6e93e251d6
@ -237,7 +237,7 @@ with pkgs;
|
|||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowReboot = true;
|
allowReboot = true;
|
||||||
flake = "git+https://git.psydnd.org/coolneng/zion";
|
flake = "git+https://git.psydnd.org/coolneng/zion#zion";
|
||||||
flags = [
|
flags = [
|
||||||
"--update-input agenix --update-input nixpkgs"
|
"--update-input agenix --update-input nixpkgs"
|
||||||
"--commit-lock-file"
|
"--commit-lock-file"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user