diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/apzu/default.nix | 4 | ||||
-rw-r--r-- | hosts/tiamat/default.nix | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/hosts/apzu/default.nix b/hosts/apzu/default.nix index e700cb49..96dd99e1 100644 --- a/hosts/apzu/default.nix +++ b/hosts/apzu/default.nix @@ -18,10 +18,6 @@ ]; soispha = { - services.backup = { - # Apzu should be regularly synced with Tiamat, which performs updates. - enable = false; - }; bluetooth.enable = true; laptop = { diff --git a/hosts/tiamat/default.nix b/hosts/tiamat/default.nix index a1796a86..794b8390 100644 --- a/hosts/tiamat/default.nix +++ b/hosts/tiamat/default.nix @@ -31,10 +31,6 @@ systemName = "x86_64-linux"; }; services = { - backup = { - backupDiskUuid = "c06ce163-2955-4388-b212-dfec4448fcf4"; - enable = true; - }; unison.foreign.address = "apzu.fritz.box"; }; programs = { |