Unverified Commit d199ea28 authored by Arnout Engelen's avatar Arnout Engelen
Browse files

nixos/onlyoffice: document securityNonceFile permissions

Easy to make a mistake with when using a secrets management system such
as agenix
parent 5ae3b07d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.
      '';
    };