refactor: move email to global variable

This commit is contained in:
2024-10-27 16:40:34 +05:30
parent 1a59094c57
commit f5e87d9be2
10 changed files with 33 additions and 21 deletions

View File

@ -2,6 +2,7 @@
pkgs,
username,
config,
email,
...
}: {
imports = [
@ -84,7 +85,7 @@
acme = {
acceptTerms = true;
defaults.email = "0xtux@pm.me";
defaults.email = "${email}";
certs = {
"tux.rs" = {
domain = "*.tux.rs";