Use correct Flake URL scheme for Auto Upgrade

This commit is contained in:
coolneng 2025-08-29 01:01:24 +02:00
parent 770ecc6c02
commit 6e93e251d6
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -237,7 +237,7 @@ with pkgs;
system.autoUpgrade = {
enable = true;
allowReboot = true;
flake = "git+https://git.psydnd.org/coolneng/zion";
flake = "git+https://git.psydnd.org/coolneng/zion#zion";
flags = [
"--update-input agenix --update-input nixpkgs"
"--commit-lock-file"