Try removing function arguments

This commit is contained in:
niten 2022-01-06 08:37:39 -08:00
parent 66edcf4fd3
commit f7876206de
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ let
networkHostOpts = import ./network-host.nix { inherit lib; };
zoneOpts = { ... }: with types; {
options = {
zoneOpts = {
options = with types; {
hosts = mkOption {
type = attrsOf (submodule networkHostOpts);
description = "Hosts on the local network, with relevant settings.";