{ config, pkgs, ... }: { # Enable automatic updates system.autoUpgrade.enable = true; # Automatically restart after update #system.autoUpgrade.allowReboot = true; }