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;