From 58007d774398eaa3602cd3e127c620c63d4afe61 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 09:54:14 -0500 Subject: [PATCH] 287 current 2025-10-11 09:51:39 25.05.20251006.20c4598 6.12.50 * --- flake.nix | 2 +- modules/system/backups.nix | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/flake.nix b/flake.nix index 13c8535..2636e55 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 286 current 2025-10-11 09:36:17 25.05.20251006.20c4598 6.12.50 * +# generation: 287 current 2025-10-11 09:51:39 25.05.20251006.20c4598 6.12.50 * { description = "blakes nix config"; inputs = { diff --git a/modules/system/backups.nix b/modules/system/backups.nix index f47012e..6d81eda 100644 --- a/modules/system/backups.nix +++ b/modules/system/backups.nix @@ -19,17 +19,6 @@ in default = []; description = "list of directories to back up"; }; - jobs = lib.mkOption { - type = lib.types.nullOr ( - lib.types.attrsOf ( # the set up backup jobs - lib.types.attrsOf ( # the set of paths - lib.types.listOf lib.types.path # the paths - ) - ) - ); - default = null; - description = "Borg backup jobs; each job has a list of paths."; - }; repo = lib.mkOption { type = lib.types.path; default = "/holocron/borg";