From 51934f657725864a6be6f3814f2fc401bcf4bb6d Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 10:46:10 -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 44198e1..6bf8926 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 ); + type = lib.types.attrsOf ( lib.types.attrsOf lib.types.any ); default = {}; description = "backup jobs, nested attribute sets should be = paths []"; };