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";