Services are ready
This commit is contained in:
@@ -23,6 +23,12 @@ in
|
||||
type = types.str;
|
||||
example = "192.168.1.1";
|
||||
};
|
||||
networkSubnet = mkOption {
|
||||
description = "The subnet of your network";
|
||||
type = types.str;
|
||||
default = "";
|
||||
example = "192.168.1.0/24";
|
||||
};
|
||||
dnsServers = mkOption {
|
||||
description = "The list of DNS servers that this server will use";
|
||||
type = types.listOf types.str;
|
||||
|
||||
Reference in New Issue
Block a user