diff --git a/modules/homelab/default.nix b/modules/homelab/default.nix index 05388c29..0bcc3c95 100644 --- a/modules/homelab/default.nix +++ b/modules/homelab/default.nix @@ -76,4 +76,9 @@ }; }; }; + + services.sonarr = { + enable = true; + openFirewall = true; + }; } \ No newline at end of file