Commit 7f477eb3e320

Vincent Demeester <vincent@sbr.pm>
2026-06-10 22:53:47
fix(sakhalin): remove tarsnap backup configuration
Restic on aion has been running reliably for 6 months, backing up the same data (org, documents) to aix off-site. Tarsnap is now redundant and costs ~$2.64/month in storage.
1 parent 3f3f184
Changed files (1)
systems
sakhalin
systems/sakhalin/extra.nix
@@ -327,21 +327,6 @@ in
       };
     };
 
-    tarsnap = {
-      enable = true;
-      archives = {
-        documents = {
-          directories = [ "/home/vincent/desktop/documents" ];
-          period = "daily";
-          keyfile = "/etc/nixos/assets/tarsnap.documents.key";
-        };
-        org = {
-          directories = [ "/home/vincent/desktop/org" ];
-          period = "daily";
-          keyfile = "/etc/nixos/assets/tarsnap.org.key";
-        };
-      };
-    };
     nfs.server = {
       enable = true;
       exports = ''