From 7ae57d99835d4fa0cee4c7830a42d7f41f7c91d7 Mon Sep 17 00:00:00 2001 From: Daniel Olsen Date: Mon, 14 Jul 2025 01:49:49 +0200 Subject: [PATCH] auto-upgrade: point to main branch again --- base/services/auto-upgrade.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/services/auto-upgrade.nix b/base/services/auto-upgrade.nix index ad19a9c..ebeaf75 100644 --- a/base/services/auto-upgrade.nix +++ b/base/services/auto-upgrade.nix @@ -2,7 +2,7 @@ { system.autoUpgrade = { enable = true; - flake = "git+https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git?ref=25.05"; + flake = "git+https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git"; flags = [ # --update-input is deprecated since nix 2.22, and removed in lix 2.90 # https://git.lix.systems/lix-project/lix/issues/400