modules: services: nginx: remove unused argument

This commit is contained in:
Bruno BELANYI 2021-11-05 14:14:10 +01:00
parent 74a5c50fbe
commit 79265008d2
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# A simple abstraction layer for almost all of my services' needs
{ config, lib, pkgs, utils, ... }:
{ config, lib, pkgs, ... }:
let
cfg = config.my.services.nginx;