nix-dots/modules/auto-upgrades.nix

5 lines
107 B
Nix

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