diff --git a/options.nix b/options.nix index d5cc47c..c300d1c 100644 --- a/options.nix +++ b/options.nix @@ -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";