From 96388ab0d9674b6c7e58f94cf499cda75219af0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 23 Sep 2023 22:26:33 +0300 Subject: [PATCH] nsd-acme: add hdd.jakstys.lt --- hosts/vno1-oh2/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/vno1-oh2/configuration.nix b/hosts/vno1-oh2/configuration.nix index 02cd5f7..e9ce9a7 100644 --- a/hosts/vno1-oh2/configuration.nix +++ b/hosts/vno1-oh2/configuration.nix @@ -171,8 +171,9 @@ accountKey = config.age.secrets.letsencrypt-account-key.path; in { enable = true; - zones."grafana.jakstys.lt".accountKey = accountKey; zones."irc.jakstys.lt".accountKey = accountKey; + zones."hdd.jakstys.lt".accountKey = accountKey; + zones."grafana.jakstys.lt".accountKey = accountKey; zones."bitwarden.jakstys.lt".accountKey = accountKey; };