Use Git repository as Flake URL for Auto Upgrade

This commit is contained in:
coolneng 2025-08-27 06:17:48 +02:00
parent 3abfa5cb84
commit 155c4f3525
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

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