summary refs log tree commit diff
path: root/modules/monitoring/crutches/synapse.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/monitoring/crutches/synapse.nix')
-rw-r--r--modules/monitoring/crutches/synapse.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/monitoring/crutches/synapse.nix b/modules/monitoring/crutches/synapse.nix

index 3145d11..7028396 100644 --- a/modules/monitoring/crutches/synapse.nix +++ b/modules/monitoring/crutches/synapse.nix
@@ -1,10 +1,10 @@ -{lib, ...}: +{ lib, ... }: { options.monitoring.synapse = { workerNames = lib.mkOption { type = lib.types.listOf lib.types.str; - default = []; + default = [ ]; description = "Synapse worker names"; }; };