{ config, lib, pkgs, ... }: { security.acme = { acceptTerms = true; defaults = { email = "hostmaster@vapor.systems"; dnsProvider = "pdns"; }; }; }