summary refs log tree commit diff
path: root/host/Rory-nginx/services/matrix/coturn.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-08-04 05:08:05 +0200
committerRory& <root@rory.gay>2024-08-04 05:08:05 +0200
commit4402873891edace4b678af537236ff1d81bba585 (patch)
tree343f32b070b98eaba7e11ab77bd27ce98a464bc7 /host/Rory-nginx/services/matrix/coturn.nix
parentUpdate flake lock (diff)
downloadRory-Open-Architecture-4402873891edace4b678af537236ff1d81bba585.tar.xz
Server config cleanup
Diffstat (limited to 'host/Rory-nginx/services/matrix/coturn.nix')
-rwxr-xr-xhost/Rory-nginx/services/matrix/coturn.nix9
1 files changed, 2 insertions, 7 deletions
diff --git a/host/Rory-nginx/services/matrix/coturn.nix b/host/Rory-nginx/services/matrix/coturn.nix
index 1fed755..805faa9 100755
--- a/host/Rory-nginx/services/matrix/coturn.nix
+++ b/host/Rory-nginx/services/matrix/coturn.nix
@@ -1,13 +1,8 @@
-{
-  config,
-  pkgs,
-  lib,
-  ...
-}:
+{ ... }:
 
 {
   # coturn (WebRTC)
-  services.coturn = rec {
+  services.coturn = {
     enable = false; # Alicia - figure out secret first...
     no-cli = true;
     no-tcp-relay = true;