288 current 2025-10-11 10:03:00 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 10:46:10 -05:00
parent a27f922c5b
commit 51934f6577

View File

@@ -24,7 +24,7 @@ in
options.modules.system.backups = { options.modules.system.backups = {
enable = lib.mkEnableOption "enables backups with borg"; enable = lib.mkEnableOption "enables backups with borg";
baks = lib.mkOption { baks = lib.mkOption {
type = lib.types.attrsOf ( lib.types.attrsOf ); type = lib.types.attrsOf ( lib.types.attrsOf lib.types.any );
default = {}; default = {};
description = "backup jobs, nested attribute sets should be <bak_name> = paths [<list_of_paths>]"; description = "backup jobs, nested attribute sets should be <bak_name> = paths [<list_of_paths>]";
}; };