mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: changed some names
This commit is contained in:
parent
ff826c785a
commit
f58dd3a8f7
6 changed files with 8 additions and 14 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
{
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -39,7 +39,7 @@ in {
|
|||
};
|
||||
settings = {
|
||||
instance = {
|
||||
name = "The Nutrivore";
|
||||
name = "upRootNutrition";
|
||||
};
|
||||
log = {
|
||||
level = "debug";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue