news: add services.home-manager.autoExpire entry

This commit is contained in:
Thiago Kenji Okada
2023-09-12 18:11:39 +01:00
committed by Austin Horstman
parent 28242a60d3
commit 5ee44bc7c2

View File

@@ -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.
'';
}
];
};
}