backups: remove redundant option 'program'
Not needed until we support other backup backends.
This commit is contained in:
parent
04d8560f86
commit
5f7a7962f7
2 changed files with 2 additions and 12 deletions
|
|
@ -52,10 +52,7 @@ in {
|
|||
};
|
||||
|
||||
# Backups
|
||||
services.backups = {
|
||||
program = "duplicity";
|
||||
frequency = "daily";
|
||||
};
|
||||
services.backups.frequency = "daily";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
jq
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue