summaryrefslogtreecommitdiff
path: root/profiles/server
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2024-01-09 00:29:30 +0100
committerMike Vink <ivi@vinkies.net>2024-01-09 00:29:30 +0100
commita0f00a52e96f4273f749e16bb791e3cfb34522b8 (patch)
tree800fc2ce3a22e2fca4744a65c1f99c6eebc96695 /profiles/server
parent25d9705750755aeddf093cb5834b385ae3ff8ffc (diff)
add pump
Diffstat (limited to 'profiles/server')
-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, ... }: {