From bd05773d1a0550fc31a91dca011863982fc90566 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Mon, 8 Dec 2025 21:05:23 +0100 Subject: [PATCH] auto-upgrade: point back to the main branch --- common/auto-upgrade.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/auto-upgrade.nix b/common/auto-upgrade.nix index a16a1d7..d8c7042 100644 --- a/common/auto-upgrade.nix +++ b/common/auto-upgrade.nix @@ -3,7 +3,7 @@ { system.autoUpgrade = { enable = true; - flake = "git+https://git.feal.no/felixalb/nixos-config.git?ref=nixos-25.11"; # TODO - restore to main + flake = "git+https://git.feal.no/felixalb/nixos-config.git"; flags = [ # Override nixpkgs (only). Notably does not include home-manager, sops or other utility/application flake inputs. "--refresh"