From 6d05270d0999257f489549a1179a2a6ecfe2c2d8 Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Wed, 29 Oct 2025 14:06:29 -0600 Subject: [PATCH] new redirection --- flake.lock | 12 ++++++------ flake.nix | 6 +++--- modules/servers/homepage/bookmarks/servers.nix | 12 ++++++------ scripts/push-to-cache.sh | 2 +- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/flake.lock b/flake.lock index 71c983f..11da81c 100644 --- a/flake.lock +++ b/flake.lock @@ -333,11 +333,11 @@ "rev": "edea9d2aaf2f4e0481fbbb8e26f68a9f39248e3f", "revCount": 2, "type": "git", - "url": "https://git.servidos.lat/jawz/fonts.git" + "url": "https://git.lebubu.org/jawz/fonts.git" }, "original": { "type": "git", - "url": "https://git.servidos.lat/jawz/fonts.git" + "url": "https://git.lebubu.org/jawz/fonts.git" } }, "fromYaml": { @@ -691,11 +691,11 @@ "rev": "07daae7770da1201de6825de9b65eab0fcd81ca8", "revCount": 116, "type": "git", - "url": "https://git.servidos.lat/jawz/scripts.git" + "url": "https://git.lebubu.org/jawz/scripts.git" }, "original": { "type": "git", - "url": "https://git.servidos.lat/jawz/scripts.git" + "url": "https://git.lebubu.org/jawz/scripts.git" } }, "nix-gaming": { @@ -1259,11 +1259,11 @@ "rev": "0212af5b70347f0721cfe88c25e1efb77b645a2d", "revCount": 2, "type": "git", - "url": "https://git.servidos.lat/jawz/wallpapers.git" + "url": "https://git.lebubu.org/jawz/wallpapers.git" }, "original": { "type": "git", - "url": "https://git.servidos.lat/jawz/wallpapers.git" + "url": "https://git.lebubu.org/jawz/wallpapers.git" } }, "xdph": { diff --git a/flake.nix b/flake.nix index 5619e78..c96ed65 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ inputs.nixpkgs.follows = ""; }; jawz-scripts = { - url = "git+https://git.servidos.lat/jawz/scripts.git"; + url = "git+https://git.lebubu.org/jawz/scripts.git"; inputs.nixpkgs.follows = "nixpkgs"; }; nur = { @@ -47,11 +47,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; wallpapers = { - url = "git+https://git.servidos.lat/jawz/wallpapers.git"; + url = "git+https://git.lebubu.org/jawz/wallpapers.git"; flake = false; }; fonts = { - url = "git+https://git.servidos.lat/jawz/fonts.git"; + url = "git+https://git.lebubu.org/jawz/fonts.git"; flake = false; }; qbit_manage = { diff --git a/modules/servers/homepage/bookmarks/servers.nix b/modules/servers/homepage/bookmarks/servers.nix index f3be9fd..677216b 100644 --- a/modules/servers/homepage/bookmarks/servers.nix +++ b/modules/servers/homepage/bookmarks/servers.nix @@ -4,7 +4,7 @@ readeck = [ { abbr = "RD"; - href = "https://laters.servidos.lat/"; + href = "https://laters.lebubu.org/"; description = ""; } ]; @@ -13,7 +13,7 @@ maloja = [ { abbr = "ML"; - href = "https://maloja.servidos.lat/"; + href = "https://maloja.lebubu.org/"; description = ""; } ]; @@ -22,7 +22,7 @@ microbin = [ { abbr = "CP"; - href = "https://copy.servidos.lat/"; + href = "https://copy.lebubu.org/"; description = ""; } ]; @@ -31,7 +31,7 @@ multi-scrobbler = [ { abbr = "MS"; - href = "https://scrobble.servidos.lat/"; + href = "https://scrobble.lebubu.org/"; description = ""; } ]; @@ -40,7 +40,7 @@ ryot = [ { abbr = "RT"; - href = "https://tracker.servidos.lat/"; + href = "https://tracker.lebubu.org/"; description = ""; } ]; @@ -49,7 +49,7 @@ vaultwarden = [ { abbr = "VW"; - href = "https://vault.servidos.lat"; + href = "https://vault.lebubu.org"; description = ""; } ]; diff --git a/scripts/push-to-cache.sh b/scripts/push-to-cache.sh index 2474eb9..c25a261 100755 --- a/scripts/push-to-cache.sh +++ b/scripts/push-to-cache.sh @@ -11,7 +11,7 @@ NC='\033[0m' # No Color # Configuration CACHE_NAME="servidos:nixos" -CACHE_URL="https://cache.servidos.lat" +CACHE_URL="https://cache.lebubu.org" echo -e "${BLUE}=========================================${NC}" echo -e "${BLUE}NixOS Build Cache Pusher${NC}"