Use wildcard
This commit is contained in:
parent
a7e892635c
commit
65416105db
4 changed files with 15 additions and 15 deletions
|
|
@ -14,9 +14,9 @@
|
|||
The home directory for the default user.
|
||||
'';
|
||||
};
|
||||
tsMask = mkOption {
|
||||
wildcard = mkOption {
|
||||
type = types.str;
|
||||
default = "100.64.0.0/10";
|
||||
default = "0.0.0.0";
|
||||
description = ''
|
||||
The localhost address.
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue