From e94b16fce7e248b37e2d1458997352bc49893c67 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Fri, 2 Mar 2018 08:02:41 +0100 Subject: [PATCH] ahout de "." dans les descriptions --- options.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/options.nix b/options.nix index d6458e4..97d38da 100644 --- a/options.nix +++ b/options.nix @@ -62,10 +62,10 @@ let configurationOptions = { ipAddress = mkOption { - description = "Adresse IP"; + description = "Adresse IP."; type = lib.types.string; }; - nix-serve-server = mkEnableOption "nix-serve server"; + nix-serve-server = mkEnableOption "nix-serve server."; nix-serve-client = { enable = mkEnableOption "nix-serve client"; servers = mkOption { @@ -76,7 +76,7 @@ let }; tinc = { - enable = mkEnableOption "Enable tinc service"; + enable = mkEnableOption "Enable tinc service."; dnsFQDN = mkOption { example = "device.example.net."; description = "DNS name of host pointing to tunnel IP.";