forked from Drift/pvv-nixos-config
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"
|
||
|
];
|
||
|
};
|
||
|
}
|