From 0f0f838c1b31445a78242fb04b65a7fe7ac45172 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 11:24:08 -0500 Subject: [PATCH] 288 current 2025-10-11 10:03:00 25.05.20251006.20c4598 6.12.50 * --- modules/system/backups.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/system/backups.nix b/modules/system/backups.nix index eca2d0e..e38443a 100644 --- a/modules/system/backups.nix +++ b/modules/system/backups.nix @@ -18,13 +18,12 @@ let cfg = config.modules.system.backups; sec = config.sops.secrets; borg = "${pkgs.borgbackup}/bin/borg"; - baks = lib.unique config.modules.system.backups.baks; 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.path)); + type = lib.types.attrsOf (lib.types.attrsOf (lib.types.listOf lib.types.path)); default = {}; description = "backup jobs, nested attribute sets should be = paths []"; };