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

nixos-19.09 2018-01-05-hydra
Jean-Pierre PRUNARET 7 years ago
parent 62164179ed
commit ab183dbc00

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

Loading…
Cancel
Save