feat: configure media group for samba

This commit is contained in:
Felix Schröter 2022-07-13 23:24:19 +02:00
parent 24a4ab3fd5
commit feb5e19694
Signed by: felschr
GPG key ID: 671E39E6744C807D
4 changed files with 7 additions and 5 deletions

View file

@ -4,6 +4,7 @@ let port = 8088;
in {
services.calibre-web = {
enable = true;
group = "media";
listen.ip = "::1";
listen.port = port;
options.enableBookUploading = true;