nsd-acme: add hdd.jakstys.lt

This commit is contained in:
Motiejus Jakštys 2023-09-23 22:26:33 +03:00
parent 46155b9cb8
commit 96388ab0d9
1 changed files with 2 additions and 1 deletions

View File

@ -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;
};