From be0bb0b08b917841bfb06dce1b6fcffa3839cf42 Mon Sep 17 00:00:00 2001 From: kalipso Date: Sun, 16 Mar 2025 12:53:43 +0100 Subject: [PATCH] [backup] fix description --- machines/modules/malobeo/backup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/modules/malobeo/backup.nix b/machines/modules/malobeo/backup.nix index 4a5be46..990318c 100644 --- a/machines/modules/malobeo/backup.nix +++ b/machines/modules/malobeo/backup.nix @@ -20,7 +20,7 @@ in enable = mkOption { type = types.bool; default = false; - description = "Enable sharing metrics"; + description = "Enable sanoid/syncoid based backup functionality"; }; snapshots = mkOption {