From 4507ffe2abc58dd6b9e4c1847dedc200ca49c443 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 22 Dec 2024 23:03:58 +0100 Subject: [PATCH] base/auto-upgrade: switch ref back to main --- 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 6dcb9d8..acd77a4 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=24.11"; + 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