From a5f9244996cd493977f12e9679c89d315f129e52 Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 21 Mar 2025 20:27:39 +0100 Subject: [PATCH] Change location of the system configuration --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index cd8ea52..f2199c4 100644 --- a/configuration.nix +++ b/configuration.nix @@ -218,7 +218,7 @@ with pkgs; # Auto-upgrade the system system.autoUpgrade = { enable = true; - flake = "/vault/syncthing/Projects/zion"; + flake = "/root/system"; flags = [ "--update-input agenix --update-input nixpkgs" "--commit-lock-file"