Reboot after Auto Upgrade if necessary

This commit is contained in:
coolneng 2025-08-27 06:20:52 +02:00
parent 155c4f3525
commit 3057f13858
Signed by: coolneng
GPG Key ID: 9893DA236405AF57

View File

@ -236,6 +236,7 @@ with pkgs;
# Auto-upgrade the system
system.autoUpgrade = {
enable = true;
allowReboot = true;
flake = "git+https://git.psydnd.org/coolneng/zion";
flags = [
"--update-input agenix --update-input nixpkgs"