287 current 2025-10-11 09:51:39 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 09:54:14 -05:00
parent d258d95057
commit 58007d7743
2 changed files with 1 additions and 12 deletions

View File

@@ -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 = {

View File

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