feat: changed some names

This commit is contained in:
Nick 2024-12-13 16:21:25 -06:00
parent ff826c785a
commit f58dd3a8f7
6 changed files with 8 additions and 14 deletions

View file

@ -91,7 +91,7 @@ in {
smtp = {
authenticate = true;
createLocally = false;
fromAddress = "The Nutrivore <${service.email.address0}>";
fromAddress = "upRootNutrition <${service.email.address0}>";
host = "smtp.protonmail.ch";
passwordFile = config.sops.secrets.mastodon-smtp.path;
port = 587;

View file

@ -39,7 +39,7 @@ in {
};
settings = {
instance = {
name = "The Nutrivore";
name = "upRootNutrition";
};
log = {
level = "debug";