diff options
Diffstat (limited to 'modules/launchd/launchd.nix')
| -rw-r--r-- | modules/launchd/launchd.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/launchd/launchd.nix b/modules/launchd/launchd.nix index d8ae175..e903c99 100644 --- a/modules/launchd/launchd.nix +++ b/modules/launchd/launchd.nix @@ -722,7 +722,7 @@ with lib; The parameters below are used as inputs to call <literal>getaddrinfo(3)</literal>. ''; - type = types.nullOr (types.loaOf (types.submodule { + type = types.nullOr (types.attrsOf (types.submodule { options = { SockType = mkOption { type = types.nullOr (types.enum [ "stream" "dgram" "seqpacket" ]); |
