backups: remove redundant option 'program'
Not needed until we support other backup backends.
This commit is contained in:
@@ -52,10 +52,7 @@ in {
|
||||
};
|
||||
|
||||
# Backups
|
||||
services.backups = {
|
||||
program = "duplicity";
|
||||
frequency = "daily";
|
||||
};
|
||||
services.backups.frequency = "daily";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
jq
|
||||
|
||||
Reference in New Issue
Block a user