diff --git a/hosts/vps1/coturn.nix b/hosts/vps1/coturn.nix index a845f61..4f67704 100644 --- a/hosts/vps1/coturn.nix +++ b/hosts/vps1/coturn.nix @@ -61,7 +61,7 @@ in { } ); - services.coturn = rec { + services.coturn = { enable = true; realm = realm; use-auth-secret = true;