From 2b98b473a09edcae3e151785134dd6696ef12d92 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 12 May 2024 23:25:33 +0200 Subject: [PATCH] TITAN/fbi-download: add hyprspace service --- hosts/TITAN/extras/fbi-downloader.nix | 2 ++ 1 file changed, 2 insertions(+) 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}"; }