Fix permissions nginx

peertube
RatCornu 2025-08-04 20:30:22 +02:00
parent 6497e4ee23
commit 2c56204dc3
No known key found for this signature in database
GPG Key ID: B3BE02E379E6E8E2
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ in
enable = true;
package = pkgs.crans.peertube;
group = "nginx";
listenWeb = 443;
listenHttp = innerPort;
enableWebHttps = true;