Try removing function arguments
This commit is contained in:
parent
66edcf4fd3
commit
f7876206de
@ -33,8 +33,8 @@ let
|
|||||||
|
|
||||||
networkHostOpts = import ./network-host.nix { inherit lib; };
|
networkHostOpts = import ./network-host.nix { inherit lib; };
|
||||||
|
|
||||||
zoneOpts = { ... }: with types; {
|
zoneOpts = {
|
||||||
options = {
|
options = with types; {
|
||||||
hosts = mkOption {
|
hosts = mkOption {
|
||||||
type = attrsOf (submodule networkHostOpts);
|
type = attrsOf (submodule networkHostOpts);
|
||||||
description = "Hosts on the local network, with relevant settings.";
|
description = "Hosts on the local network, with relevant settings.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user