diff --git a/base/services/auto-upgrade.nix b/base/services/auto-upgrade.nix index 7e8e982..fae8bb8 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"; + flake = "git+https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git?ref=pvvvvv"; flags = [ # --update-input is deprecated since nix 2.22, and removed in lix 2.90 # https://git.lix.systems/lix-project/lix/issues/400