add media-audiobookshelf.nix
This commit is contained in:
parent
2235abc0b0
commit
d8e7484dd3
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ with pkgs;
|
||||||
users.audiobookshelf.group = "media";
|
users.audiobookshelf.group = "media";
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.interfaces.wg0.allowedTCPPorts = [ 8000 ];
|
networking.firewall.allowedTCPPorts = [ 8000 ];
|
||||||
networking.firewall.interfaces.wg0.allowedUDPPorts = [ 8000 ];
|
networking.firewall.allowedUDPPorts = [ 8000 ];
|
||||||
|
|
||||||
systemd.services.audiobookshelf = {
|
systemd.services.audiobookshelf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue