From 1bfd2e16e919bb4121a31ccb41a48cc5afaa7c30 Mon Sep 17 00:00:00 2001 From: zackartz Date: Fri, 3 May 2024 18:25:58 -0400 Subject: [PATCH] add node.nyc --- hosts/pluto/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/pluto/configuration.nix b/hosts/pluto/configuration.nix index ef10c71..961eb0b 100644 --- a/hosts/pluto/configuration.nix +++ b/hosts/pluto/configuration.nix @@ -85,6 +85,9 @@ security.acme = { acceptTerms = true; defaults.email = "zach@zacharymyers.com"; + certs."node.nyc.zackmyers.io" = { + email = "zach@zacharymyers.com"; + }; }; # Some programs need SUID wrappers, can be configured further or are