Change format of nexus doamins
This commit is contained in:
parent
f9c38a8479
commit
113e7f3b52
@ -9,14 +9,14 @@ let
|
|||||||
default = name;
|
default = name;
|
||||||
};
|
};
|
||||||
|
|
||||||
servers = mkOption {
|
server = mkOption {
|
||||||
type = listOf str;
|
type = str;
|
||||||
description = "List of servers for this Nexus domain.";
|
description = "Primary server for this Nexus domain.";
|
||||||
};
|
};
|
||||||
|
|
||||||
dns-servers = mkOption {
|
secondary-dns-servers = mkOption {
|
||||||
type = listOf str;
|
type = listOf str;
|
||||||
description = "List of DNS servers for this Nexus domain.";
|
description = "List of secondary DNS servers for this Nexus domain.";
|
||||||
};
|
};
|
||||||
|
|
||||||
gssapi-realm = mkOption {
|
gssapi-realm = mkOption {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user