diff --git a/sovr/etc/nixos/configuration.nix b/sovr/etc/nixos/configuration.nix index 1f473c3..5215116 100644 --- a/sovr/etc/nixos/configuration.nix +++ b/sovr/etc/nixos/configuration.nix @@ -65,6 +65,15 @@ enable = true; network.enable = false; }; + services.frp = { + enable = true; + role = "server"; + settings = { + bindAddr = "2605:e440::2:3e"; + bindPort = 7000; + vhostHTTPPort = 8081; + }; + }; services.openssh = { enable = true; # require public key authentication for better security