mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 13:06:35 +05:30
refactor: move email to global variable
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user