From 5b19e487a5e61e1321a0aefa6ae4dd34b122bd3e Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sat, 26 Oct 2024 18:27:13 +0200 Subject: [PATCH] fix missing import --- hosts/hetzner-vpn1/nginx.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hetzner-vpn1/nginx.nix b/hosts/hetzner-vpn1/nginx.nix index e102194..17b141a 100644 --- a/hosts/hetzner-vpn1/nginx.nix +++ b/hosts/hetzner-vpn1/nginx.nix @@ -1,4 +1,4 @@ -{pkgs, ...}: { +{pkgs, lib, ...}: { security.acme = { acceptTerms = true; defaults.email = "acme@zerforschen.plus";