Update default.nix

This commit is contained in:
Thilo Hohlt
2023-07-29 22:48:45 +02:00
committed by GitHub
parent afc455b419
commit b88cce4c01

View File

@@ -32,9 +32,6 @@
virtualHosts = {
"thilohohlt.com" = {
root = inputs.website;
locations."/" = {
proxyPass = "http://localhost:1000";
};
};
};
};