summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-01-09 15:58:43 +0100
committermakefu <github@syntax-fehler.de>2017-01-09 15:58:43 +0100
commit1ef8cc193faba5dff71e7028c3ed59a81db08b6a (patch)
tree38ae612531619e6f0a53fc038a14cd1884d5db37 /makefu
parentb1b24e475939fced39d0d3db4801bd4c9174b042 (diff)
m 2 backup: add gum to backup
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/backup.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefu/2configs/backup.nix b/makefu/2configs/backup.nix
index 38fd93e2b..280dc1df4 100644
--- a/makefu/2configs/backup.nix
+++ b/makefu/2configs/backup.nix
@@ -29,6 +29,7 @@ let
};
in {
krebs.backup.plans = {
- wry-to-omo_var-www = defaultPull config.krebs.hosts.wry "/";
+ wry-to-omo_root = defaultPull config.krebs.hosts.wry "/";
+ gum-to-omo_root = defaultPull config.krebs.hosts.gum "/";
};
}