This commit is contained in:
Joakim Repomaa
2025-02-12 23:54:07 +02:00
parent dd4e5c63e3
commit c519f8d83e
17 changed files with 182 additions and 252 deletions
+1 -1
View File
@@ -215,7 +215,7 @@ in
wantedBy = [ "multi-user.target" ];
};
modules.services.webserver = {
services.webserver = {
enable = lib.mkDefault true;
vHosts.${fqdn}.locations."/".proxyPort = cfg.port;
};