backups: remove redundant option 'program'

Not needed until we support other backup backends.
This commit is contained in:
Erik Arvstedt
2021-01-14 13:24:28 +01:00
parent 04d8560f86
commit 5f7a7962f7
2 changed files with 2 additions and 12 deletions

View File

@@ -52,10 +52,7 @@ in {
};
# Backups
services.backups = {
program = "duplicity";
frequency = "daily";
};
services.backups.frequency = "daily";
environment.systemPackages = with pkgs; [
jq