diff options
| author | andromeda <andromeda@lenovo> | 2026-01-02 18:24:00 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-02 18:24:00 +0100 |
| commit | 52a906919ddca7f55f9181691739b1c2b671e538 (patch) | |
| tree | 4a039544023ac88d48898657ce64a4b3705a1893 /machines/109-199-104-83 | |
| parent | e665bb0b1488bfa2d5e75f11354d0c7b02d76d36 (diff) | |
change cert email to a real email :'(
Diffstat (limited to 'machines/109-199-104-83')
| -rw-r--r-- | machines/109-199-104-83/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/machines/109-199-104-83/configuration.nix b/machines/109-199-104-83/configuration.nix index f5ff048..f8484f5 100644 --- a/machines/109-199-104-83/configuration.nix +++ b/machines/109-199-104-83/configuration.nix @@ -19,11 +19,11 @@ }; }; - # wildcard cert config + # cert config # systemctl start galaxious.de.service & journalctl -fu acme-galaxious.de.service security.acme = { acceptTerms = true; - defaults.email = "security@example.com"; + defaults.email = "mtgmonket@gmail.com"; certs."mail.galaxious.de" = { domain = "mail.galaxious.de"; dnsProvider = "rfc2136"; |
