From 12567ffa5dbe219588be03d252c23fc5f1259dd8 Mon Sep 17 00:00:00 2001 From: cinereal Date: Sat, 6 Dec 2025 20:18:34 +0100 Subject: [PATCH] docs: distinguish description for contract databasebackup from backup's Signed-off-by: cinereal --- modules/contracts/backup.nix | 2 +- modules/contracts/databasebackup.nix | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/contracts/backup.nix b/modules/contracts/backup.nix index 454fb86..27c790c 100644 --- a/modules/contracts/backup.nix +++ b/modules/contracts/backup.nix @@ -158,7 +158,7 @@ in description = '' Result part of the backup contract. - Options set by the provider module that indicates the name of the backup and restor scripts. + Options set by the provider module that indicates the name of the backup and restore scripts. ''; default = { inherit restoreScript backupService; diff --git a/modules/contracts/databasebackup.nix b/modules/contracts/databasebackup.nix index 7da4f80..5135e3a 100644 --- a/modules/contracts/databasebackup.nix +++ b/modules/contracts/databasebackup.nix @@ -24,7 +24,7 @@ in }: mkOption { description = '' - Request part of the backup contract. + Request part of the database backup contract. Options set by the requester module enforcing how to backup files. @@ -122,9 +122,9 @@ in }: mkOption { description = '' - Result part of the backup contract. + Result part of the database backup contract. - Options set by the provider module that indicates the name of the backup and restor scripts. + Options set by the provider module that indicates the name of the backup and restore scripts. ''; default = { inherit restoreScript backupService;