modules: services: nginx: remove unused argument
This commit is contained in:
parent
74a5c50fbe
commit
79265008d2
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue