Add deprecation warning that shows when the module is imported, scheduled for removal on 2025-07-15. Users should migrate to using the system.autoUpgrade NixOS option directly.
description = "Set up automatic upgrades"
categories = ["System"]
features = [ "inventory", "deprecated" ]
⚠️ DEPRECATED: This module is deprecated and will be removed on 2025-07-15. Please migrate to using the system.autoUpgrade NixOS option directly.
Whether to periodically upgrade NixOS to the latest version. If enabled, a
systemd timer will run nixos-rebuild switch --upgrade once a day.