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

7 lines
77 B
Nix

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