summaryrefslogtreecommitdiff
path: root/profiles/server/nginx.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/server/nginx.nix')
-rw-r--r--profiles/server/nginx.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/server/nginx.nix b/profiles/server/nginx.nix
index 3662598..d497833 100644
--- a/profiles/server/nginx.nix
+++ b/profiles/server/nginx.nix
@@ -1,4 +1,4 @@
-{ inputs, lib, ... }: with lib; {
+{ lib, ... }: with lib; {
# apparently you can set defaults on existing modules?
options.services.nginx.virtualHosts = mkOption {
type = types.attrsOf (types.submodule ({ name, ... }: {