too lazy to think of a message, so enjoy this pointless text. Good luck future me...

This commit is contained in:
Chris Kruining 2025-10-16 13:11:45 +00:00
parent 1ac6a7a910
commit 11512877f6

View file

@ -32,6 +32,21 @@ in
enable = true; enable = true;
openFirewall = true; openFirewall = true;
}; };
services.nginx = {
enable = true;
virtualHosts = {
"amarth.cloud" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:8080";
};
};
};
};
}; };
}; };
}; };