Reboot after Auto Upgrade if necessary
This commit is contained in:
parent
155c4f3525
commit
3057f13858
@ -236,6 +236,7 @@ with pkgs;
|
|||||||
# Auto-upgrade the system
|
# Auto-upgrade the system
|
||||||
system.autoUpgrade = {
|
system.autoUpgrade = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
allowReboot = true;
|
||||||
flake = "git+https://git.psydnd.org/coolneng/zion";
|
flake = "git+https://git.psydnd.org/coolneng/zion";
|
||||||
flags = [
|
flags = [
|
||||||
"--update-input agenix --update-input nixpkgs"
|
"--update-input agenix --update-input nixpkgs"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user