mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
11 lines
244 B
Nix
11 lines
244 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."
|
|
];
|
|
}
|