diff --git a/nixos/nginx.nix b/nixos/nginx.nix index e5e176e..a81a071 100644 --- a/nixos/nginx.nix +++ b/nixos/nginx.nix @@ -3,7 +3,7 @@ getty.autologinUser = "root"; nginx = { enable = true; - virtualHosts.localhost.locations."/" = { + virtualHosts."185.170.113.195".locations."/" = { index = "index.html"; root = pkgs.writeTextDir "index.html" ''