From 7c5a349b543880d9bb355038f8295125dc423394 Mon Sep 17 00:00:00 2001 From: Jeffrey Serio Date: Thu, 26 Sep 2024 19:11:38 -0500 Subject: [PATCH] Revert "Add borgmatic" This reverts commit 691aabcf6af5c1771915b5a48c56257e8d2931b4. --- home.nix | 39 --------------------------------------- 1 file changed, 39 deletions(-) diff --git a/home.nix b/home.nix index e42ad87..7558438 100644 --- a/home.nix +++ b/home.nix @@ -16,7 +16,6 @@ # environment. home.packages = with pkgs; [ arp-scan - borgbackup curlie direnv diskonaut @@ -37,7 +36,6 @@ starship tealdeer vivid - wl-clipboard wthrr yazi zellij @@ -83,43 +81,6 @@ settings = lib.importTOML confs/starship.toml; }; - # borgmatic - services.borgmatic = { - enable = true; - frequency = "daily"; - }; - programs.borgmatic = { - enable = true; - backups.epool = { - location = { - repositories = [ "/epool/borgbackup/moonshadow" ]; - patterns = [ - "+ /home/jas" - "- /home/jas/.cache" - "- /home/jas/downloads" - "- /home/jas/.local/share/containers" - "- /home/jas/.config/emacs" - ]; - }; - retention = { - keepDaily = 7; - keepMonthly = 12; - keepWeekly = 4; - keepYearly = 4; - }; - consistency.checks = [ - { - name = "repository"; - frequency = "2 weeks"; - } - { - name = "archives"; - frequency = "4 weeks"; - } - ]; - }; - }; - # zsh config programs.zsh = { enable = true;