add options type
This commit is contained in:
parent
e78a33bd48
commit
ecefb8c4c8
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ in
|
||||||
{
|
{
|
||||||
options = {
|
options = {
|
||||||
nixin.wg.client = {
|
nixin.wg.client = {
|
||||||
ipv4 = mkOption { };
|
ipv4 = mkOption { type = lib.types.str; };
|
||||||
ipv6 = mkOption { };
|
ipv6 = mkOption { type = lib.types.str; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue