diff --git a/hosts/plexy/default.nix b/hosts/plexy/default.nix index 15f4e45..70afc56 100644 --- a/hosts/plexy/default.nix +++ b/hosts/plexy/default.nix @@ -231,6 +231,13 @@ LegalNotice.Accepted = true; }; }; + radarr = { + enable = true; + package = pkgs.unstable.radarr; + settings = { + server.port = 15837; + }; + }; }; environment.variables.EDITOR = "nvim"; @@ -262,6 +269,11 @@ "media" ]; }; + radarr = { + extraGroups = [ + "media" + ]; + }; }; };