Merge pull request #333317 from bjornfor/nixos-mosquitto-fix-option-default
nixos/mosquitto: fix "listeners" option default
This commit is contained in:
@@ -483,7 +483,7 @@ let
|
||||
|
||||
listeners = mkOption {
|
||||
type = listOf listenerOptions;
|
||||
default = {};
|
||||
default = [];
|
||||
description = ''
|
||||
Listeners to configure on this broker.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user