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 | 29746aec06b7d42d3c87245f6f14f048234251e4 (patch) | |
tree | 2b999fc70077f40331665ef39b8a0f7c5d225910 /makefu | |
parent | c784d271c5dc8783e5e6308baf4f6dd26430bfca (diff) |
krebs.{backup.plans,hosts,users}.*.name: add default value
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/2configs/backup.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/backup.nix b/makefu/2configs/backup.nix index ed6d1f4a7..936f31c1c 100644 --- a/makefu/2configs/backup.nix +++ b/makefu/2configs/backup.nix @@ -24,7 +24,7 @@ let }; }; in { - krebs.backup.plans = addNames { + krebs.backup.plans = { wry-to-omo_var-www = defaultPull wry "/var/www"; }; } |