about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-30 19:34:25 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-04-30 19:34:25 +0200
commit5f21796b4a048bb4da1e00d6abe645dbb7cc6082 (patch)
treea9f95f851667403ce02cd4b54f59e61f3b46ea0d /hosts
parentmodules/lf/commands/trash_*: Add required `gnused` dependency (diff)
downloadnixos-config-5f21796b4a048bb4da1e00d6abe645dbb7cc6082.zip
modules/backup: Port to storagebox
Diffstat (limited to 'hosts')
-rw-r--r--hosts/apzu/default.nix4
-rw-r--r--hosts/tiamat/default.nix4
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 = {