containers/fluorite: hostname -> hostName
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run

This commit is contained in:
Cilly Leang 2026-06-16 23:04:02 +10:00
parent c36a3f09de
commit 4e19a6378b
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -43,7 +43,7 @@
listenAddresses = [ "10.0.0.1" "[fd0d::1]" "100.67.1.1" ]; listenAddresses = [ "10.0.0.1" "[fd0d::1]" "100.67.1.1" ];
}; };
services.nginx.virtualHosts."${altfqdn config.networking.hostname}" = { services.nginx.virtualHosts."${altfqdn config.networking.hostName}" = {
useACMEHost = "lava.moe"; useACMEHost = "lava.moe";
forceSSL = true; forceSSL = true;
locations."/".proxyPass = "http://[${client}]:5030"; locations."/".proxyPass = "http://[${client}]:5030";