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";