From f58dd3a8f76c873ba865ec89173857cb7ccdb30b Mon Sep 17 00:00:00 2001 From: Nick Date: Fri, 13 Dec 2024 16:21:25 -0600 Subject: [PATCH] feat: changed some names --- config/users/config/user0.nix | 2 ++ .../firefox/config/bookmarks/config/development.nix | 10 +--------- .../firefox/config/bookmarks/config/finances.nix | 4 ++-- .../config/bookmarks/config/flake/selfHosted.nix | 2 +- nixos/modules/services/mastodon/default.nix | 2 +- nixos/modules/services/peertube.nix | 2 +- 6 files changed, 8 insertions(+), 14 deletions(-) diff --git a/config/users/config/user0.nix b/config/users/config/user0.nix index 62fd243..70659d8 100755 --- a/config/users/config/user0.nix +++ b/config/users/config/user0.nix @@ -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 diff --git a/home/modules/firefox/config/bookmarks/config/development.nix b/home/modules/firefox/config/bookmarks/config/development.nix index eddc4df..0b5f10e 100755 --- a/home/modules/firefox/config/bookmarks/config/development.nix +++ b/home/modules/firefox/config/bookmarks/config/development.nix @@ -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; diff --git a/home/modules/firefox/config/bookmarks/config/finances.nix b/home/modules/firefox/config/bookmarks/config/finances.nix index 3caf02c..ddaa5ce 100755 --- a/home/modules/firefox/config/bookmarks/config/finances.nix +++ b/home/modules/firefox/config/bookmarks/config/finances.nix @@ -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"; } diff --git a/home/modules/firefox/config/bookmarks/config/flake/selfHosted.nix b/home/modules/firefox/config/bookmarks/config/flake/selfHosted.nix index 17383af..a0910f4 100755 --- a/home/modules/firefox/config/bookmarks/config/flake/selfHosted.nix +++ b/home/modules/firefox/config/bookmarks/config/flake/selfHosted.nix @@ -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; } { diff --git a/nixos/modules/services/mastodon/default.nix b/nixos/modules/services/mastodon/default.nix index 74f8c64..b54c74e 100755 --- a/nixos/modules/services/mastodon/default.nix +++ b/nixos/modules/services/mastodon/default.nix @@ -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; diff --git a/nixos/modules/services/peertube.nix b/nixos/modules/services/peertube.nix index d8997aa..c4e93b1 100755 --- a/nixos/modules/services/peertube.nix +++ b/nixos/modules/services/peertube.nix @@ -39,7 +39,7 @@ in { }; settings = { instance = { - name = "The Nutrivore"; + name = "upRootNutrition"; }; log = { level = "debug";