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";
|
name1 = "brbwaffles";
|
||||||
name2 = "Nutrivore";
|
name2 = "Nutrivore";
|
||||||
name3 = "nutrivore";
|
name3 = "nutrivore";
|
||||||
|
name4 = "upRootNutrition";
|
||||||
};
|
};
|
||||||
email = {
|
email = {
|
||||||
address0 = "nickjhiebert@proton.me";
|
address0 = "nickjhiebert@proton.me";
|
||||||
address1 = "thenutrivore@proton.me";
|
address1 = "thenutrivore@proton.me";
|
||||||
|
address2 = "nick@uprootnutrition.com";
|
||||||
};
|
};
|
||||||
paths = {
|
paths = {
|
||||||
path0 = "/home/${user0}/Files/Projects"; # Git path
|
path0 = "/home/${user0}/Files/Projects"; # Git path
|
||||||
|
|
|
@ -29,14 +29,6 @@ in {
|
||||||
tags = ["git" "github" "brbwaffles"];
|
tags = ["git" "github" "brbwaffles"];
|
||||||
keyword = "GitHub";
|
keyword = "GitHub";
|
||||||
}
|
}
|
||||||
{
|
|
||||||
name = "GitLab (Appoota)";
|
|
||||||
url = "${gitlabURL}/Appoota/dotfiles";
|
|
||||||
tags =
|
|
||||||
["appoota"]
|
|
||||||
++ gitlabTags;
|
|
||||||
keyword = "GitLab";
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "GitLab (Fallaryn)";
|
name = "GitLab (Fallaryn)";
|
||||||
url = "${gitlabURL}/fallaryn/dotfiles";
|
url = "${gitlabURL}/fallaryn/dotfiles";
|
||||||
|
@ -55,7 +47,7 @@ in {
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "GitLab (Nick)";
|
name = "GitLab (Nick)";
|
||||||
url = "${gitlabURL}/BRBWaffles/dotfiles";
|
url = "${gitlabURL}/upRootNutrition/dotfiles";
|
||||||
tags =
|
tags =
|
||||||
["brbwaffles"]
|
["brbwaffles"]
|
||||||
++ gitlabTags;
|
++ gitlabTags;
|
||||||
|
|
|
@ -28,13 +28,13 @@
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "LiberaPay";
|
name = "LiberaPay";
|
||||||
url = "https://liberapay.com/TheNutrivore";
|
url = "https://liberapay.com/upRootNutrition";
|
||||||
tags = ["libera" "liberapay" "donations" "bank" "banking" "money" "nutrivore"];
|
tags = ["libera" "liberapay" "donations" "bank" "banking" "money" "nutrivore"];
|
||||||
keyword = "Libera";
|
keyword = "Libera";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "Patreon";
|
name = "Patreon";
|
||||||
url = "https://www.patreon.com/thenutrivore";
|
url = "https://www.patreon.com/upRootNutrition";
|
||||||
tags = ["patreon" "donations" "bank" "banking" "money" "nutrivore"];
|
tags = ["patreon" "donations" "bank" "banking" "money" "nutrivore"];
|
||||||
keyword = "Patreon";
|
keyword = "Patreon";
|
||||||
}
|
}
|
||||||
|
|
|
@ -87,7 +87,7 @@ in {
|
||||||
{
|
{
|
||||||
name = instances.peertube.label;
|
name = instances.peertube.label;
|
||||||
url = "https://${instances.peertube.subdomain}.${instances.web.domains.url1}";
|
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;
|
keyword = instances.peertube.label;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
|
@ -91,7 +91,7 @@ in {
|
||||||
smtp = {
|
smtp = {
|
||||||
authenticate = true;
|
authenticate = true;
|
||||||
createLocally = false;
|
createLocally = false;
|
||||||
fromAddress = "The Nutrivore <${service.email.address0}>";
|
fromAddress = "upRootNutrition <${service.email.address0}>";
|
||||||
host = "smtp.protonmail.ch";
|
host = "smtp.protonmail.ch";
|
||||||
passwordFile = config.sops.secrets.mastodon-smtp.path;
|
passwordFile = config.sops.secrets.mastodon-smtp.path;
|
||||||
port = 587;
|
port = 587;
|
||||||
|
|
|
@ -39,7 +39,7 @@ in {
|
||||||
};
|
};
|
||||||
settings = {
|
settings = {
|
||||||
instance = {
|
instance = {
|
||||||
name = "The Nutrivore";
|
name = "upRootNutrition";
|
||||||
};
|
};
|
||||||
log = {
|
log = {
|
||||||
level = "debug";
|
level = "debug";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue