mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
nixos/mosquitto: fix "listeners" option default
The option type is listOf, so the default should be an empty list, not
empty attrset.
(cherry picked from commit 4265f4354c
)
This commit is contained in:
parent
bf0f03d5b3
commit
c8ab0eb08b
@ -483,7 +483,7 @@ let
|
||||
|
||||
listeners = mkOption {
|
||||
type = listOf listenerOptions;
|
||||
default = {};
|
||||
default = [];
|
||||
description = ''
|
||||
Listeners to configure on this broker.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user