diff options
author | Franck Cuny <franck@fcuny.net> | 2023-05-10 17:57:01 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-05-10 17:57:01 -0700 |
commit | 0da9c827407ca0b7438c49109d5c09221863d638 (patch) | |
tree | c49f6fc13bbbb10539afb6bc4940415dc3ecf36c | |
parent | modules/services: remove unifi properly (diff) | |
download | world-0da9c827407ca0b7438c49109d5c09221863d638.tar.gz |
profiles/unifi: fix variable
Diffstat (limited to '')
-rw-r--r-- | profiles/unifi.nix | 2 |
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 = [ |