about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-05-10 17:57:01 -0700
committerFranck Cuny <franck@fcuny.net>2023-05-10 17:57:01 -0700
commit0da9c827407ca0b7438c49109d5c09221863d638 (patch)
treec49f6fc13bbbb10539afb6bc4940415dc3ecf36c
parentmodules/services: remove unifi properly (diff)
downloadworld-0da9c827407ca0b7438c49109d5c09221863d638.tar.gz
profiles/unifi: fix variable
Diffstat (limited to '')
-rw-r--r--profiles/unifi.nix2
1 files changed, 1 insertions, 1 deletions
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 = [