nix-dots/modules/auto-upgrades.nix

6 lines
111 B
Nix

{
# Enable automatic updates
system.autoUpgrade.enable = true;
system.autoUpgrade.allowReboot = false;
}