287 current 2025-10-11 09:51:39 25.05.20251006.20c4598 6.12.50 *
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user