typo
This commit is contained in:
parent
3053f9b2f7
commit
95c728601f
|
@ -277,7 +277,6 @@ in
|
||||||
description = "disable presence tracking, if you're having perfomance issues this can have a big impact";
|
description = "disable presence tracking, if you're having perfomance issues this can have a big impact";
|
||||||
default = true;
|
default = true;
|
||||||
};
|
};
|
||||||
/
|
|
||||||
options.listeners = lib.mkOption {
|
options.listeners = lib.mkOption {
|
||||||
type = lib.types.listOf (lib.types.submodule {
|
type = lib.types.listOf (lib.types.submodule {
|
||||||
options.port = lib.mkOption {
|
options.port = lib.mkOption {
|
||||||
|
|
Loading…
Reference in New Issue