From ee7745f83fc4fa6ac4de3f632381cc26be0cb6a9 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 10:49:01 -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 3a9e945..f69ebf6 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.listOf lib.types.null) ); +# type = lib.types.attrsOf ( lib.types.attrsOf (lib.types.listOf lib.types.null) ); default = {}; description = "backup jobs, nested attribute sets should be = paths []"; };