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