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
|
# flake for blakes nixos config
|
||||||
# define new devices in outputs
|
# 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";
|
description = "blakes nix config";
|
||||||
inputs = {
|
inputs = {
|
||||||
|
|||||||
@@ -19,17 +19,6 @@ in
|
|||||||
default = [];
|
default = [];
|
||||||
description = "list of directories to back up";
|
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 {
|
repo = lib.mkOption {
|
||||||
type = lib.types.path;
|
type = lib.types.path;
|
||||||
default = "/holocron/borg";
|
default = "/holocron/borg";
|
||||||
|
|||||||
Reference in New Issue
Block a user