diff --git a/sovr/etc/nixos/configuration.nix b/sovr/etc/nixos/configuration.nix index 5215116..aa876a2 100644 --- a/sovr/etc/nixos/configuration.nix +++ b/sovr/etc/nixos/configuration.nix @@ -71,9 +71,10 @@ settings = { bindAddr = "2605:e440::2:3e"; bindPort = 7000; - vhostHTTPPort = 8081; + vhostHTTPPort = 80; }; }; + services.nginx.defaultListenAddresses = [ "0.0.0.0" "2605:e440::2:1d5" ]; services.openssh = { enable = true; # require public key authentication for better security