feat: configure media group for samba
This commit is contained in:
parent
24a4ab3fd5
commit
feb5e19694
4 changed files with 7 additions and 5 deletions
|
@ -4,6 +4,7 @@ let port = 8088;
|
|||
in {
|
||||
services.calibre-web = {
|
||||
enable = true;
|
||||
group = "media";
|
||||
listen.ip = "::1";
|
||||
listen.port = port;
|
||||
options.enableBookUploading = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue