diff --git a/configuration.nix b/configuration.nix index 463b9f0..b992747 100644 --- a/configuration.nix +++ b/configuration.nix @@ -63,6 +63,10 @@ time.timeZone = "Europe/Brussels"; services.timesyncd.enable = true; + # Auto-upgrade the system and reboot if needed + system.autoUpgrade.enable = true; + system.autoUpgrade.allowReboot = true; + # Import other configuration modules }