This commit is contained in:
2025-08-21 09:06:14 -05:00
parent 7733ae3194
commit 496cef0405

View File

@@ -25,10 +25,17 @@
services.nginx = {
enable = true;
virtualHosts."blunkall.us" = {
enableACME = false;
forceSSL = false;
root = "/var/www/data";
virtualHosts = {
"blunkall.us" = {
enableACME = false;
forceSSL = false;
root = "/var/www/data";
};
"homebox.vpn" = {
enableACME = false;
forceSSL = false;
root = "/var/www/data";
};
};
};