From 155c4f352596493ae369f5542ca70b9cdf773163 Mon Sep 17 00:00:00 2001 From: coolneng Date: Wed, 27 Aug 2025 06:17:48 +0200 Subject: [PATCH] Use Git repository as Flake URL for Auto Upgrade --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 0e551bd..aed948c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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"