diff --git a/hosts/bigding/configuration.nix b/hosts/bigding/configuration.nix index 125989d..51be9e2 100644 --- a/hosts/bigding/configuration.nix +++ b/hosts/bigding/configuration.nix @@ -34,6 +34,15 @@ firewall.trustedInterfaces = ["tailscale0"]; }; + services.syncthing = { + extraOptions = { + gui = { + insecureSkipHostcheck = true; + }; + }; + guiAddress = "localhost:8387"; + }; + environment.systemPackages = with pkgs; [ helix kitty # For terminfo diff --git a/modules/caddy/default.nix b/modules/caddy/default.nix index 2d017d8..04cbe98 100644 --- a/modules/caddy/default.nix +++ b/modules/caddy/default.nix @@ -83,6 +83,12 @@ ''; }; + "http://bigding:8384" = { + extraConfig = '' + reverse_proxy localhost:8387 + ''; + }; + "bigding.squirrel-clownfish.ts.net" = { extraConfig = '' tls {