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

@ -7,10 +7,12 @@ in {
name1 = "brbwaffles";
name2 = "Nutrivore";
name3 = "nutrivore";
name4 = "upRootNutrition";
};
email = {
address0 = "nickjhiebert@proton.me";
address1 = "thenutrivore@proton.me";
address2 = "nick@uprootnutrition.com";
};
paths = {
path0 = "/home/${user0}/Files/Projects"; # Git path

View file

@ -29,14 +29,6 @@ in {
tags = ["git" "github" "brbwaffles"];
keyword = "GitHub";
}
{
name = "GitLab (Appoota)";
url = "${gitlabURL}/Appoota/dotfiles";
tags =
["appoota"]
++ gitlabTags;
keyword = "GitLab";
}
{
name = "GitLab (Fallaryn)";
url = "${gitlabURL}/fallaryn/dotfiles";
@ -55,7 +47,7 @@ in {
}
{
name = "GitLab (Nick)";
url = "${gitlabURL}/BRBWaffles/dotfiles";
url = "${gitlabURL}/upRootNutrition/dotfiles";
tags =
["brbwaffles"]
++ gitlabTags;

View file

@ -28,13 +28,13 @@
}
{
name = "LiberaPay";
url = "https://liberapay.com/TheNutrivore";
url = "https://liberapay.com/upRootNutrition";
tags = ["libera" "liberapay" "donations" "bank" "banking" "money" "nutrivore"];
keyword = "Libera";
}
{
name = "Patreon";
url = "https://www.patreon.com/thenutrivore";
url = "https://www.patreon.com/upRootNutrition";
tags = ["patreon" "donations" "bank" "banking" "money" "nutrivore"];
keyword = "Patreon";
}

View file

@ -87,7 +87,7 @@ in {
{
name = instances.peertube.label;
url = "https://${instances.peertube.subdomain}.${instances.web.domains.url1}";
tags = [instances.peertube.name "peer" "tube" "nutrivore"];
tags = [instances.peertube.name "peer" "tube" "uprootnutrition"];
keyword = instances.peertube.label;
}
{

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";