nixos/*: remove trailing period in mkEnableOptions

those are added by mkEnableOption, and .. is replaced to … by markdown
processing.
This commit is contained in:
pennae
2023-02-01 06:12:57 +01:00
committed by Florian Brandes
parent cb12267aa0
commit 2610f45516
27 changed files with 39 additions and 39 deletions

View File

@@ -9,7 +9,7 @@ let
in {
options = {
services.zfs.autoReplication = {
enable = mkEnableOption (lib.mdDoc "ZFS snapshot replication.");
enable = mkEnableOption (lib.mdDoc "ZFS snapshot replication");
followDelete = mkOption {
description = lib.mdDoc "Remove remote snapshots that don't have a local correspondent.";