mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2024-12-04 19:40:07 +01:00
12 lines
256 B
Nix
12 lines
256 B
Nix
{ ... }:
|
|
{
|
|
system.autoUpgrade = {
|
|
enable = true;
|
|
flake = "git+https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git";
|
|
flags = [
|
|
"--update-input" "nixpkgs"
|
|
"--update-input" "nixpkgs-unstable"
|
|
"--no-write-lock-file"
|
|
];
|
|
};
|
|
} |