TITAN/fbi-download: add hyprspace service

This commit is contained in:
Max Headroom 2024-05-12 23:25:33 +02:00
parent 63c9d888b5
commit 2b98b473a0

View file

@ -38,4 +38,6 @@
}; };
networking.firewall.interfaces.tungsten.allowedTCPPorts = [ 9091 ]; networking.firewall.interfaces.tungsten.allowedTCPPorts = [ 9091 ];
services.hyprspace.services.fbi-download = "/tcp/${toString config.services.transmission.settings.rpc-port}";
} }