diff --git a/modules/misc/news.nix b/modules/misc/news.nix index 6b7aeb66..e3c10d1f 100644 --- a/modules/misc/news.nix +++ b/modules/misc/news.nix @@ -2201,6 +2201,16 @@ in { services into a video player. ''; } + + { + time = "2025-04-02T00:00:00+00:00"; + message = '' + A new service is available: 'services.home-manager.autoExpire'. + + A service that allow to automatically expire (and optionally clean-up + Nix's store) old Home-Manager generations. + ''; + } ]; }; }