diff options
| author | m4siri <git@m4siri.com> | 2025-11-29 10:37:28 +0545 |
|---|---|---|
| committer | m4siri <git@m4siri.com> | 2025-11-29 10:38:01 +0545 |
| commit | 9b9edc04c48f4108321f0752abe354ee3c493d69 (patch) | |
| tree | a7595710cc1023bfcb24928e85302cd6245b5fd4 /hosts/experimental-nixos/services/acme.nix | |
| parent | bc3e939c9362321bdd0a956594b531046b8cbffd (diff) | |
add: ntfy & mollysocketmain
Diffstat (limited to 'hosts/experimental-nixos/services/acme.nix')
| -rw-r--r-- | hosts/experimental-nixos/services/acme.nix | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/hosts/experimental-nixos/services/acme.nix b/hosts/experimental-nixos/services/acme.nix index 1517b19..b6c16ba 100644 --- a/hosts/experimental-nixos/services/acme.nix +++ b/hosts/experimental-nixos/services/acme.nix @@ -10,5 +10,22 @@ certs."mail.m4siri.com" = { webroot = "/var/lib/acme/acme-challenge/"; }; + certs."shashwothapa.com.np" = { + webroot = "/var/lib/acme/acme-challenge/"; + }; + certs."mail.shashwothapa.com.np" = { + webroot = "/var/lib/acme/acme-challenge/"; + }; + certs."mail" = { + webroot = "/var/lib/acme/acme-challenge/"; + domain = "mail.m4siri.com"; + extraDomainNames = [ "mail.shashwothapa.com.np" ]; + }; + certs."ntfy.m4siri.com" = { + webroot = "/var/lib/acme/acme-challenge/"; + }; + certs."ms.m4siri.com" = { + webroot = "/var/lib/acme/acme-challenge/"; + }; }; } |
