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