Update autoUpgrade settings
This commit is contained in:
parent
5e70c7d2b4
commit
8fe5c18e18
@ -20,7 +20,19 @@
|
||||
};
|
||||
};
|
||||
|
||||
system.autoUpgrade.enable = true;
|
||||
system.autoUpgrade = {
|
||||
enable = true;
|
||||
flake = "/etc/nixos";
|
||||
operation = "boot";
|
||||
randomizedDelaySec = "45min";
|
||||
flags = [
|
||||
"--commit-lock-file"
|
||||
"--update-input"
|
||||
"nixpkgs"
|
||||
"--update-input"
|
||||
"desk-os"
|
||||
];
|
||||
};
|
||||
|
||||
services.printing.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user