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",
"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": {

View File

@ -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 = {

View File

@ -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 = "";
}
];

View File

@ -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}"