Change location of the system configuration

This commit is contained in:
coolneng 2025-03-21 20:27:39 +01:00
parent 68d7c22549
commit a5f9244996
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -218,7 +218,7 @@ with pkgs;
# Auto-upgrade the system # Auto-upgrade the system
system.autoUpgrade = { system.autoUpgrade = {
enable = true; enable = true;
flake = "/vault/syncthing/Projects/zion"; flake = "/root/system";
flags = [ flags = [
"--update-input agenix --update-input nixpkgs" "--update-input agenix --update-input nixpkgs"
"--commit-lock-file" "--commit-lock-file"