diff --git a/base.nix b/base.nix index e879f2d..33bd09b 100644 --- a/base.nix +++ b/base.nix @@ -18,9 +18,10 @@ system.autoUpgrade = { enable = true; - flake = "git+https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git?ref=main"; + flake = "git+https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git"; flags = [ "--update-input" "nixpkgs" + "--update-input" "unstable" "--no-write-lock-file" ]; };