https://git.jolheiser.com/tsnet-serve-nix.git
1 2 3 4 5 6 7 8 9 10
{pkgs, ...}: { imports = [./module]; services.tsnet-serve.instances = { honk = { enable = true; port = 8081; }; }; }