config/modules/lidarr/default.nix
2022-02-05 20:47:50 +01:00

6 lines
99 B
Nix

{ pkgs, config, ... }:
{
services.lidarr.enable = true;
services.lidarr.openFirewall = true;
}