diff --git a/dn42.nix b/dn42.nix index a03198c..9bc0055 100644 --- a/dn42.nix +++ b/dn42.nix @@ -32,12 +32,12 @@ in nets = { v4 = lib.mkOption { type = with lib.types; listOf str; - description = "Own IPv4 net"; + description = "Own IPv4 networks, list of CIDR"; }; v6 = lib.mkOption { type = with lib.types; listOf str; - description = "Own IPv6 net"; + description = "Own IPv6 networks, list of CIDR"; }; };