Price Hiller
02334f5601
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m14s
18 lines
244 B
Nix
18 lines
244 B
Nix
{ self, ... }:
|
|
|
|
{
|
|
system = {
|
|
autoUpgrade = {
|
|
enable = true;
|
|
dates = "05:00";
|
|
allowReboot = true;
|
|
flake = self.outPath;
|
|
flags = [
|
|
"--update-input"
|
|
"nixpkgs"
|
|
"-L"
|
|
];
|
|
};
|
|
};
|
|
}
|