nixos-config/hosts/computer-mo/system-settings/sys.set-updates.nix
Mohamed C. 97fa1e39b4
Some checks are pending
Flake.lock / build (push) Waiting to run
Revert "add global settings and import them"
This reverts commit f5763b39fe.
2024-08-10 16:56:25 +02:00

13 lines
223 B
Nix

{ ... }:
{
system.autoUpgrade = {
enable = true;
dates = "04:00";
flake = "github:Moe1369/nixos-config";
flags = [
"--update-input" "nixpkgs" "--commit-lock-file"
];
allowReboot = true;
};
}