new redirection

This commit is contained in:
Danilo Reyes 2025-10-29 14:06:29 -06:00
parent 6971bc9c9e
commit 6d05270d09
4 changed files with 16 additions and 16 deletions

12
flake.lock generated
View File

@ -333,11 +333,11 @@
"rev": "edea9d2aaf2f4e0481fbbb8e26f68a9f39248e3f", "rev": "edea9d2aaf2f4e0481fbbb8e26f68a9f39248e3f",
"revCount": 2, "revCount": 2,
"type": "git", "type": "git",
"url": "https://git.servidos.lat/jawz/fonts.git" "url": "https://git.lebubu.org/jawz/fonts.git"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://git.servidos.lat/jawz/fonts.git" "url": "https://git.lebubu.org/jawz/fonts.git"
} }
}, },
"fromYaml": { "fromYaml": {
@ -691,11 +691,11 @@
"rev": "07daae7770da1201de6825de9b65eab0fcd81ca8", "rev": "07daae7770da1201de6825de9b65eab0fcd81ca8",
"revCount": 116, "revCount": 116,
"type": "git", "type": "git",
"url": "https://git.servidos.lat/jawz/scripts.git" "url": "https://git.lebubu.org/jawz/scripts.git"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://git.servidos.lat/jawz/scripts.git" "url": "https://git.lebubu.org/jawz/scripts.git"
} }
}, },
"nix-gaming": { "nix-gaming": {
@ -1259,11 +1259,11 @@
"rev": "0212af5b70347f0721cfe88c25e1efb77b645a2d", "rev": "0212af5b70347f0721cfe88c25e1efb77b645a2d",
"revCount": 2, "revCount": 2,
"type": "git", "type": "git",
"url": "https://git.servidos.lat/jawz/wallpapers.git" "url": "https://git.lebubu.org/jawz/wallpapers.git"
}, },
"original": { "original": {
"type": "git", "type": "git",
"url": "https://git.servidos.lat/jawz/wallpapers.git" "url": "https://git.lebubu.org/jawz/wallpapers.git"
} }
}, },
"xdph": { "xdph": {

View File

@ -11,7 +11,7 @@
inputs.nixpkgs.follows = ""; inputs.nixpkgs.follows = "";
}; };
jawz-scripts = { jawz-scripts = {
url = "git+https://git.servidos.lat/jawz/scripts.git"; url = "git+https://git.lebubu.org/jawz/scripts.git";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nur = { nur = {
@ -47,11 +47,11 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
wallpapers = { wallpapers = {
url = "git+https://git.servidos.lat/jawz/wallpapers.git"; url = "git+https://git.lebubu.org/jawz/wallpapers.git";
flake = false; flake = false;
}; };
fonts = { fonts = {
url = "git+https://git.servidos.lat/jawz/fonts.git"; url = "git+https://git.lebubu.org/jawz/fonts.git";
flake = false; flake = false;
}; };
qbit_manage = { qbit_manage = {

View File

@ -4,7 +4,7 @@
readeck = [ readeck = [
{ {
abbr = "RD"; abbr = "RD";
href = "https://laters.servidos.lat/"; href = "https://laters.lebubu.org/";
description = ""; description = "";
} }
]; ];
@ -13,7 +13,7 @@
maloja = [ maloja = [
{ {
abbr = "ML"; abbr = "ML";
href = "https://maloja.servidos.lat/"; href = "https://maloja.lebubu.org/";
description = ""; description = "";
} }
]; ];
@ -22,7 +22,7 @@
microbin = [ microbin = [
{ {
abbr = "CP"; abbr = "CP";
href = "https://copy.servidos.lat/"; href = "https://copy.lebubu.org/";
description = ""; description = "";
} }
]; ];
@ -31,7 +31,7 @@
multi-scrobbler = [ multi-scrobbler = [
{ {
abbr = "MS"; abbr = "MS";
href = "https://scrobble.servidos.lat/"; href = "https://scrobble.lebubu.org/";
description = ""; description = "";
} }
]; ];
@ -40,7 +40,7 @@
ryot = [ ryot = [
{ {
abbr = "RT"; abbr = "RT";
href = "https://tracker.servidos.lat/"; href = "https://tracker.lebubu.org/";
description = ""; description = "";
} }
]; ];
@ -49,7 +49,7 @@
vaultwarden = [ vaultwarden = [
{ {
abbr = "VW"; abbr = "VW";
href = "https://vault.servidos.lat"; href = "https://vault.lebubu.org";
description = ""; description = "";
} }
]; ];

View File

@ -11,7 +11,7 @@ NC='\033[0m' # No Color
# Configuration # Configuration
CACHE_NAME="servidos:nixos" CACHE_NAME="servidos:nixos"
CACHE_URL="https://cache.servidos.lat" CACHE_URL="https://cache.lebubu.org"
echo -e "${BLUE}=========================================${NC}" echo -e "${BLUE}=========================================${NC}"
echo -e "${BLUE}NixOS Build Cache Pusher${NC}" echo -e "${BLUE}NixOS Build Cache Pusher${NC}"