services.nginx.applications.main: fix

This commit is contained in:
陈浩南 2023-12-29 20:22:21 +08:00
parent b0e543d324
commit 0c49c71899

View File

@ -7,7 +7,8 @@ inputs:
config =
let
inherit (inputs.config.nixos.services.nginx.applications) main;
in
inherit (inputs.lib) mkIf;
in mkIf main.enable
{
nixos.services.nginx.https."chn.moe".location =
{