From 6e93e251d633f3fcd89c407858b98712f2bbc97a Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 29 Aug 2025 01:01:24 +0200 Subject: [PATCH] Use correct Flake URL scheme for Auto Upgrade --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 0ef921a..c8dedb2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -237,7 +237,7 @@ with pkgs; system.autoUpgrade = { enable = true; allowReboot = true; - flake = "git+https://git.psydnd.org/coolneng/zion"; + flake = "git+https://git.psydnd.org/coolneng/zion#zion"; flags = [ "--update-input agenix --update-input nixpkgs" "--commit-lock-file"