fix(services/nginx): fix undefined variable 'nginx'
Some checks failed
Nix CI / build (push) Failing after 42s

This commit is contained in:
Rustam Efimov 2026-04-01 08:56:51 +03:00
parent ad339b7c1c
commit 1a44e74d8d
No known key found for this signature in database

View file

@ -1,5 +1,5 @@
{ lib, config, ... }: { lib, config, ... }:
with lib; mkIf (config.nginx.enable) { with lib; mkIf (config.services.nginx.enable) {
security.acme = { security.acme = {
acceptTerms = true; acceptTerms = true;
defaults = { defaults = {