diff --git a/nixos/machines/biskcomp.nix b/nixos/machines/biskcomp.nix index 81aecabf..44103916 100644 --- a/nixos/machines/biskcomp.nix +++ b/nixos/machines/biskcomp.nix @@ -69,6 +69,13 @@ in proxyPass = "http://192.168.1.26:3090"; }; }; + "syncthing.railbird.ai" = { + enableACME = true; + forceSSL = true; + locations."/" = { + proxyPass = "http://[::1]:8384"; + }; + }; }; };