From e3e91bc934293170f0a45329bdd9b141d41287e8 Mon Sep 17 00:00:00 2001
From: coolneng <akasroua@gmail.com>
Date: Mon, 3 Mar 2025 11:19:49 +0100
Subject: [PATCH] Set flake path to canonical Syncthing folder

---
 configuration.nix | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configuration.nix b/configuration.nix
index 1df1ab5..cd8ea52 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -218,7 +218,7 @@ with pkgs;
   # Auto-upgrade the system
   system.autoUpgrade = {
     enable = true;
-    flake = "/home/coolneng/system";
+    flake = "/vault/syncthing/Projects/zion";
     flags = [
       "--update-input agenix --update-input nixpkgs"
       "--commit-lock-file"