]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/environment.nix
Add coturn server
[perso/Immae/Config/Nix.git] / modules / private / environment.nix
index e469138a9fa51928560520ebd1f5e74b745d0b41..14fbd621ff6cc308c5b787fdd3ffc7568cb4c9c1 100644 (file)
@@ -804,6 +804,14 @@ in
         };
       };
     };
+    coturn = mkOption {
+      description = "Coturn configuration";
+      type = submodule {
+        options = {
+          auth_access_key = mkOption { type = str; description = "key to access coturn"; };
+        };
+      };
+    };
     buildbot = mkOption {
       description = "Buildbot configuration";
       type = submodule {