nixos/hosts/server/modules/jackflix/bazarr.nix
2024-06-23 18:24:30 +02:00

7 lines
75 B
Nix

{
services.bazarr = {
enable = true;
openFirewall = true;
};
}