base: autoUpgrade - simplify flake url, add unstable to upgraded inputs

This commit is contained in:
Daniel Lovbrotte Olsen 2022-12-09 03:21:18 +01:00
parent 57d526f0b2
commit dad210a122
1 changed files with 2 additions and 1 deletions

View File

@ -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"
];
};