summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--system/linde.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/system/linde.nix b/system/linde.nix
index 6d47d676..0a5bbea1 100644
--- a/system/linde.nix
+++ b/system/linde.nix
@@ -567,21 +567,6 @@ in
     };
   };
 
-  systemd.services.backup-etc-nixos = {
-    startAt = "04:30";
-    path = with pkgs; [
-      rdiff-backup
-      openssh
-    ];
-    script = ''
-      rdiff-backup --api-version 201 backup /etc/nixos ${hostname}@home.alanpearce.eu::nixos
-      rdiff-backup --api-version 201 remove increments --older-than 3M ${hostname}@home.alanpearce.eu::nixos
-    '';
-    serviceConfig = {
-      Type = "oneshot";
-    };
-  };
-
   systemd.services.backup-gitolite = {
     startAt = "daily";
     path = with pkgs; [