switch update endpoint
This commit is contained in:
@@ -6,9 +6,11 @@
|
|||||||
};
|
};
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
flake = "git+https://k3t.dev/git/nixconf.git?ref=main";
|
flake = "git+https://git.k3t.dev/k3t/nixconf.git";
|
||||||
operation = "boot";
|
operation = "switch";
|
||||||
|
runGarbageCollection = true;
|
||||||
|
randomizedDelaySec = "2hr";
|
||||||
allowReboot = true;
|
allowReboot = true;
|
||||||
rebootWindow = { lower = "10:00"; upper = "14:00"; };
|
rebootWindow = { lower = "04:00"; upper = "08:00"; };
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user