diff options
author | Leonardo Santiago <[email protected]> | 2024-10-25 20:07:38 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-10-25 20:07:38 -0300 |
commit | fbbf34c7b6ba70a718abf655c0711b6ac5ff20e8 (patch) | |
tree | 5b595f587cb38272b9e23a8a0ba6fd7c95a7896b /modules/blog.nix | |
parent | 01b442dee4d7d3d2b404a17d0e9adeb66593a54b (diff) |
partial commit
Diffstat (limited to 'modules/blog.nix')
-rw-r--r-- | modules/blog.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog.nix b/modules/blog.nix index 6e7021a..c186513 100644 --- a/modules/blog.nix +++ b/modules/blog.nix @@ -31,7 +31,7 @@ in { }; security.acme = { acceptTerms = true; - certs."santi.net.br".email = "[email protected]"; + certs.${cfg.url}.email = "[email protected]"; }; }; } |