ahout de "." dans les descriptions

This commit is contained in:
2018-03-02 08:02:41 +01:00
parent 3f038be64a
commit e94b16fce7

View File

@@ -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.";