ajout d'une option dans tinc pour stocker le nom DNS de la machine

This commit is contained in:
2018-01-05 21:11:31 +01:00
parent 62164179ed
commit ab183dbc00

View File

@@ -77,6 +77,11 @@ let
tinc = {
enable = mkEnableOption "Enable tinc service";
dnsFQDN = mkOption {
example = "device.example.net.";
description = "DNS name of host pointing to tunnel IP.";
type = lib.types.string;
};
connectToAddress = mkOption {
default = "";
example = "192.168.1.1";