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:31:56 +0200 |
commit | efb0ea1ab63db828bafb905acee13571a905c639 (patch) | |
tree | 2ae7271d875e62aa3d0db5bbd275350254078152 | |
parent | c84615a0315cc285c25b52ed1785e057f2535168 (diff) |
ma backup: add placeholder for wolf backup
-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 |