mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-06 21:16:35 +05:30
refactor: move email to global variable
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
email,
|
||||
...
|
||||
}: {
|
||||
services = {
|
||||
@ -16,8 +17,8 @@
|
||||
|
||||
adminUser = {
|
||||
activate = true;
|
||||
email = "${email}";
|
||||
name = "tux";
|
||||
email = "0xtux@pm.me";
|
||||
passwordFile = config.sops.secrets.plausible_password.path;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user