From 80de65713efc70aa93cd84ad9491d95ec0f4d6e2 Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Sun, 14 Jun 2026 21:31:44 +0200 Subject: [PATCH] common/auto-upgade: revert to main branch, now 26.05 --- 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 f4c30b4..53a3970 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-26.05"; # 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"