modules: services: nginx: remove unused argument

This commit is contained in:
Bruno BELANYI 2021-11-05 14:14:10 +01:00
parent 67ea6d9f95
commit 5fdc390411
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;