From ea5501723a585a08bb3257d0710ac78693c268c5 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 10:36:40 -0500 Subject: [PATCH] 288 current 2025-10-11 10:03:00 25.05.20251006.20c4598 6.12.50 * --- modules/system/backups.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/system/backups.nix b/modules/system/backups.nix index 1a34c21..6fa756a 100644 --- a/modules/system/backups.nix +++ b/modules/system/backups.nix @@ -28,8 +28,8 @@ in default = {}; description = "backup jobs, nested attribute sets should be = paths []"; }; - baks = lib.mkOption { - type = lib.types.list + paths = lib.mkOption { + type = lib.types.list; }; repo = lib.mkOption { type = lib.types.path;