From a0f00a52e96f4273f749e16bb791e3cfb34522b8 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Tue, 9 Jan 2024 00:29:30 +0100 Subject: add pump --- profiles/server/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profiles/server') 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, ... }: { -- cgit v1.2.3