mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 09:29:41 +08:00
11 lines
272 B
Nix
11 lines
272 B
Nix
{
|
|
services.home-manager.autoExpire = {
|
|
enable = true;
|
|
frequency = "00:02:00";
|
|
};
|
|
|
|
test.asserts.assertions.expected = [
|
|
"On Darwin, services.home-manager.autoExpire.frequency must be one of: hourly, daily, weekly, monthly, semiannually, annually."
|
|
];
|
|
}
|