Trying again

This commit is contained in:
2024-12-26 19:47:33 +02:00
parent 229bd7677b
commit ea3122967b

View File

@@ -4,7 +4,10 @@
nginx = {
enable = true;
virtualHosts."185.170.113.195" = {
listen = [ 80 ];
listen = [{
addr = "0.0.0.0";
port = 80;
}];
locations."/" = {
index = "index.html";
root = pkgs.writeTextDir "index.html" ''