1
1
mirror of https://github.com/dali99/nixos-matrix-modules.git synced 2024-12-22 10:57:29 +01:00
This commit is contained in:
Daniel Lovbrotte Olsen 2022-10-21 19:40:29 +02:00
parent 3053f9b2f7
commit 95c728601f

View File

@ -277,7 +277,6 @@ in
description = "disable presence tracking, if you're having perfomance issues this can have a big impact";
default = true;
};
/
options.listeners = lib.mkOption {
type = lib.types.listOf (lib.types.submodule {
options.port = lib.mkOption {