fix(services/nginx): fix undefined variable 'nginx'
Some checks failed
Nix CI / build (push) Failing after 42s
Some checks failed
Nix CI / build (push) Failing after 42s
This commit is contained in:
parent
ad339b7c1c
commit
1a44e74d8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue