diff --git a/nixos/modules/services/web-apps/onlyoffice.nix b/nixos/modules/services/web-apps/onlyoffice.nix index 5ac94c0cefcc..2d0316761ab3 100644 --- a/nixos/modules/services/web-apps/onlyoffice.nix +++ b/nixos/modules/services/web-apps/onlyoffice.nix @@ -30,6 +30,10 @@ in ``` set $secure_link_secret "changeme"; ``` + + This file must be readable both by nginx and by the onlyoffice + documentserver. Since nginx is added to the onlyoffice group, + you may want to make the file readable to the onlyoffice group. ''; };