From 4e19a6378b807c25a0335e46ab982c92aededdae Mon Sep 17 00:00:00 2001 From: Cilly Leang Date: Tue, 16 Jun 2026 23:04:02 +1000 Subject: [PATCH] containers/fluorite: hostname -> hostName --- containers/fluorite/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/fluorite/flake.nix b/containers/fluorite/flake.nix index 8c87fac..c5a1391 100644 --- a/containers/fluorite/flake.nix +++ b/containers/fluorite/flake.nix @@ -43,7 +43,7 @@ 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"; forceSSL = true; locations."/".proxyPass = "http://[${client}]:5030";