From 7c5d2df9222c5eca75b056c5aed6347dd55f9f65 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 10:44:26 -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 2b76ebe..950a2a7 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.any; + type = lib.types.attrsOf ( lib.types.attrsOf (lib.types.list) ); default = {}; description = "backup jobs, nested attribute sets should be = paths []"; };