diff options
author | makefu <github@syntax-fehler.de> | 2017-08-16 12:15:06 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-08-16 12:15:06 +0200 |
commit | 1c05858c34b6d34635652bd9eb37963577f4c674 (patch) | |
tree | 325d017880d6b05cbe53250e6fd4d47988b18328 /makefu | |
parent | faeee41baefa8e0a5251985419e1ea1d02b36eeb (diff) |
ma backup: add placeholder for wolf backup
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/2configs/backup.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makefu/2configs/backup.nix b/makefu/2configs/backup.nix index 1cc78bfc1..166365ba0 100644 --- a/makefu/2configs/backup.nix +++ b/makefu/2configs/backup.nix @@ -31,6 +31,7 @@ in { krebs.backup.plans = { # wry-to-omo_root = defaultPull config.krebs.hosts.wry "/"; gum-to-omo_root = defaultPull config.krebs.hosts.gum "/"; + # wolf-to-omo_root = defaultPull config.krebs.hosts.wolf "/"; }; environment.systemPackages = [ pkgs.borgbackup |