Change format of nexus doamins

This commit is contained in:
niten 2024-07-01 05:41:48 -07:00
parent f9c38a8479
commit 113e7f3b52

View File

@ -9,14 +9,14 @@ let
default = name;
};
servers = mkOption {
type = listOf str;
description = "List of servers for this Nexus domain.";
server = mkOption {
type = str;
description = "Primary server for this Nexus domain.";
};
dns-servers = mkOption {
secondary-dns-servers = mkOption {
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 {