From 0da9c827407ca0b7438c49109d5c09221863d638 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 10 May 2023 17:57:01 -0700 Subject: profiles/unifi: fix variable --- profiles/unifi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles') diff --git a/profiles/unifi.nix b/profiles/unifi.nix index 9307acd..23cb1b4 100644 --- a/profiles/unifi.nix +++ b/profiles/unifi.nix @@ -13,7 +13,7 @@ in mongodbPackage = pkgs.mongodb-4_2; }; - services.nginx.virtualHosts."${cfg.vhostName}" = { + services.nginx.virtualHosts."${vhostName}" = { forceSSL = true; useACMEHost = config.homelab.domain; listen = [ -- cgit 1.4.1