@jaspermayone.com's dotfiles
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Enable automatic updates for alastor

+7 -6
+7 -6
hosts/alastor/configuration.nix
··· 191 191 options = "--delete-older-than 30d"; 192 192 }; 193 193 194 - # Automatic updates (optional) 195 - # system.autoUpgrade = { 196 - # enable = true; 197 - # flake = "github:jaspermayone/dots#alastor"; 198 - # dates = "04:00"; 199 - # }; 194 + # Automatic updates - checks daily at 4am 195 + system.autoUpgrade = { 196 + enable = true; 197 + flake = "github:jaspermayone/dots#alastor"; 198 + dates = "04:00"; 199 + allowReboot = false; # Set to true if you want automatic reboots when needed 200 + }; 200 201 }