diff --git a/machines/perception.nix b/machines/perception.nix index 9f4b22a..f1951cc 100644 --- a/machines/perception.nix +++ b/machines/perception.nix @@ -43,6 +43,10 @@ services.sonarr = { enable = true; }; + # Enable radarr + services.radarr = { + enable = true; + }; # Open firewall ports networking.firewall = {