From fda7b391be339e2db60630f8d6e5d2272ee186bc Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 21 Jan 2021 11:33:50 +1000 Subject: [PATCH] coturn: Added nginx to coturn group This allowed reading of ACME certs. --- roles/coturn.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/coturn.nix b/roles/coturn.nix index 0b1b687..9828aa7 100644 --- a/roles/coturn.nix +++ b/roles/coturn.nix @@ -62,4 +62,6 @@ ]; }; + users.groups.turnserver.members = [ "nginx" ]; # Added for keys permissions + }