From 2c0fd64eddd7dc79a378914992d3271964e07020 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Thu, 7 Dec 2023 01:39:50 -0700 Subject: [PATCH] [NixOS] Add syncthing to biskcomp --- nixos/machines/biskcomp.nix | 7 +++++++ 1 file changed, 7 insertions(+) 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"; + }; + }; }; };