diff --git a/modules/ipfs/gateway.nix b/modules/ipfs/gateway.nix index 12f97cb..8d7bed7 100644 --- a/modules/ipfs/gateway.nix +++ b/modules/ipfs/gateway.nix @@ -44,7 +44,11 @@ in virtualHosts."walkah.cloud" = { forceSSL = true; enableACME = true; - locations."/" = { proxyPass = "http://127.0.0.1:8080"; }; + locations."/" = { proxyPass = "http://127.0.0.1:8080"; }; + serverAliases = [ + "walkah.net" + "www.walkah.net" + ]; }; }; };