Files
clan-core/clanModules/auto-upgrade
pinpox 3f8e26c87c Deprecate clan.auto-upgrade module with warning
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.
2025-06-18 10:51:23 +02:00
..

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.