From a27f922c5b77ef64827b3bbb011c4275cbd2cfe5 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 10:45:04 -0500 Subject: [PATCH] 288 current 2025-10-11 10:03:00 25.05.20251006.20c4598 6.12.50 * --- modules/system/backups.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/backups.nix b/modules/system/backups.nix index 950a2a7..44198e1 100644 --- a/modules/system/backups.nix +++ b/modules/system/backups.nix @@ -24,7 +24,7 @@ in options.modules.system.backups = { enable = lib.mkEnableOption "enables backups with borg"; baks = lib.mkOption { - type = lib.types.attrsOf ( lib.types.attrsOf (lib.types.list) ); + type = lib.types.attrsOf ( lib.types.attrsOf ); default = {}; description = "backup jobs, nested attribute sets should be = paths []"; };