diff --git a/hosts/TITAN/extras/fbi-downloader.nix b/hosts/TITAN/extras/fbi-downloader.nix index 0b97463..79d9568 100644 --- a/hosts/TITAN/extras/fbi-downloader.nix +++ b/hosts/TITAN/extras/fbi-downloader.nix @@ -38,4 +38,6 @@ }; networking.firewall.interfaces.tungsten.allowedTCPPorts = [ 9091 ]; + + services.hyprspace.services.fbi-download = "/tcp/${toString config.services.transmission.settings.rpc-port}"; }