nixos/onlyoffice: document securityNonceFile permissions

Easy to make a mistake with when using a secrets management system such
as agenix
This commit is contained in:
Arnout Engelen
2025-11-28 10:28:14 +01:00
parent 5ae3b07d8d
commit d199ea28a5
@@ -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.
'';
};