typo
This commit is contained in:
parent
36ad39d4e5
commit
6b1b4a74ad
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ in {
|
||||||
|
|
||||||
# defining the entire hosts part as a module
|
# defining the entire hosts part as a module
|
||||||
network.hosts = lib.mkOption {
|
network.hosts = lib.mkOption {
|
||||||
type = lib.typesattrsOf (lib.types.submodule {
|
type = lib.types.attrsOf (lib.types.submodule {
|
||||||
options = {
|
options = {
|
||||||
wg = lib.mkOption {
|
wg = lib.mkOption {
|
||||||
type = lib.types.submodule {
|
type = lib.types.submodule {
|
||||||
|
|
Loading…
Reference in a new issue