From 28543404558a1cbd6dd4ba2250c387073cd7a656 Mon Sep 17 00:00:00 2001 From: blake Date: Sat, 11 Oct 2025 09:23:57 -0500 Subject: [PATCH] 285 current 2025-10-11 08:57:30 25.05.20251006.20c4598 6.12.50 * --- modules/system/backups.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/modules/system/backups.nix b/modules/system/backups.nix index b5dec75..d2208dc 100644 --- a/modules/system/backups.nix +++ b/modules/system/backups.nix @@ -15,11 +15,9 @@ in description = "list of directories to back up"; }; jobs = lib.mkOption { - type = lib.types.nullOr ( - lib.types.attrsOf ( # the set up backup jobs - lib.types.attrsOf ( # the set of paths - lib.types.listOf lib.types.path # the paths - ) + type = lib.types.attrsOf ( # the set up backup jobs + lib.types.attrsOf ( # the set of paths + lib.types.listOf lib.types.path # the paths ) ); default = null;