add media-audiobookshelf.nix

This commit is contained in:
Ingolf Wagner 2023-05-28 23:12:34 +02:00
parent 2235abc0b0
commit d8e7484dd3
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -6,8 +6,8 @@ with pkgs;
users.audiobookshelf.group = "media";
};
networking.firewall.interfaces.wg0.allowedTCPPorts = [ 8000 ];
networking.firewall.interfaces.wg0.allowedUDPPorts = [ 8000 ];
networking.firewall.allowedTCPPorts = [ 8000 ];
networking.firewall.allowedUDPPorts = [ 8000 ];
systemd.services.audiobookshelf = {
enable = true;