diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-02-23 08:07:11 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-02-26 04:36:24 +0100 |
commit | 597ec76b7cb1527b1df215548a8f50bddccd8606 (patch) | |
tree | 9ea88686f3b15689e222a1d286a6726f6ce59ace /configs | |
parent | d2873fe0f6a117d7157c2a6f204a864f9edeb668 (diff) |
apps/authelia: init
Diffstat (limited to 'configs')
-rw-r--r-- | configs/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/default.nix b/configs/default.nix index c15bd1e..812f365 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -11,8 +11,11 @@ security.acme.acceptTerms = true; # TODO why do defaults not suffice here? + #security.acme.certs.defaults.email = "aforemny@posteo.de"; #security.acme.certs.defaults.webroot = "/var/lib/acme/acme-challenge"; + security.acme.certs."auth.nomath.org".email = "aforemny@posteo.de"; + security.acme.certs."auth.nomath.org".webroot = "/var/lib/acme/acme-challenge"; security.acme.certs."code.nomath.org".email = "aforemny@posteo.de"; security.acme.certs."code.nomath.org".webroot = "/var/lib/acme/acme-challenge"; security.acme.certs."nomath.org".email = "aforemny@posteo.de"; |