diff options
author | tv <tv@krebsco.de> | 2016-02-06 18:54:01 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-06 18:54:01 +0100 |
commit | 91f2d946f548d3a561906f526a3a609e446248b7 (patch) | |
tree | d1df0e7fda576b59e5d59a6cd25a94ac7b96ffc3 | |
parent | 1031de3638a1bd4bb6d80515718de52c195ef59a (diff) |
krebs.{backup.plans,hosts,users}.*.name: add default value
-rw-r--r-- | tv/2configs/backup.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/2configs/backup.nix b/tv/2configs/backup.nix index ce937a7..f4d3685 100644 --- a/tv/2configs/backup.nix +++ b/tv/2configs/backup.nix @@ -1,7 +1,7 @@ { config, lib, ... }: with lib; { - krebs.backup.plans = addNames { + krebs.backup.plans = { wu-home-xu = { method = "push"; src = { host = config.krebs.hosts.wu; path = "/home"; }; |