config/modules/lidarr/default.nix

6 lines
99 B
Nix
Raw Normal View History

2022-02-05 21:42:36 +02:00
{ pkgs, config, ... }:
{
services.lidarr.enable = true;
services.lidarr.openFirewall = true;
}