ahout de "." dans les descriptions

nixos-19.09
Jean-Pierre PRUNARET 7 years ago
parent 3f038be64a
commit e94b16fce7

@ -62,10 +62,10 @@ let
configurationOptions = { configurationOptions = {
ipAddress = mkOption { ipAddress = mkOption {
description = "Adresse IP"; description = "Adresse IP.";
type = lib.types.string; type = lib.types.string;
}; };
nix-serve-server = mkEnableOption "nix-serve server"; nix-serve-server = mkEnableOption "nix-serve server.";
nix-serve-client = { nix-serve-client = {
enable = mkEnableOption "nix-serve client"; enable = mkEnableOption "nix-serve client";
servers = mkOption { servers = mkOption {
@ -76,7 +76,7 @@ let
}; };
tinc = { tinc = {
enable = mkEnableOption "Enable tinc service"; enable = mkEnableOption "Enable tinc service.";
dnsFQDN = mkOption { dnsFQDN = mkOption {
example = "device.example.net."; example = "device.example.net.";
description = "DNS name of host pointing to tunnel IP."; description = "DNS name of host pointing to tunnel IP.";

Loading…
Cancel
Save