...But type mkIf correctly...

This commit is contained in:
niten 2023-09-17 23:24:13 -07:00
parent 75f4e195fa
commit 2ebd024977
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ in {
}; };
}; };
config = mkif cfg.enable { config = mkIf cfg.enable {
services.nginx = { services.nginx = {
virtualHosts = { virtualHosts = {
"${cfg.smtp.hostname}".locations."/metrics" = { "${cfg.smtp.hostname}".locations."/metrics" = {