feat: Remove blocky

This commit is contained in:
uttarayan21
2025-07-25 17:40:53 +05:30
parent 6a6fc0dbea
commit c9e958446b
7 changed files with 31 additions and 42 deletions

View File

@@ -10,7 +10,6 @@
./minecraft.nix
./nextcloud.nix
./tailscale.nix
./zerotier.nix
./prowlarr.nix
./flaresolverr.nix
./searxng.nix
@@ -26,6 +25,7 @@
# ./seafile.nix
# ./syncthing.nix
# ./vscode.nix
# ./zerotier.nix
];
services = {
nix-serve = {

View File

@@ -29,42 +29,49 @@
{
"Jellyseerr" = {
icon = "jellyseerr.png";
description = "Jellyseerr Media Server";
description = "Jellyseerr: Media Request Management";
href = "https://jellyseerr.tsuba.darksailor.dev";
};
}
{
"Sonarr" = {
icon = "sonarr.png";
description = "Sonarr";
description = "Sonarr: TV Series Management";
href = "https://sonarr.tsuba.darksailor.dev";
};
}
{
"Bazarr" = {
icon = "bazarr.png";
description = "Bazarr: Subtitles and Metadata";
href = "https://bazarr.tsuba.darksailor.dev";
};
}
{
"Lidarr" = {
icon = "lidarr.png";
description = "Lidarr";
description = "Lidarr: Music Management";
href = "https://lidarr.tsuba.darksailor.dev";
};
}
{
"Radarr" = {
icon = "radarr.png";
description = "Radarr";
description = "Radarr: Movie Management";
href = "https://radarr.tsuba.darksailor.dev";
};
}
{
"Deluge" = {
icon = "deluge.png";
description = "Deluge";
description = "Deluge: Torrent Client";
href = "https://deluge.tsuba.darksailor.dev";
};
}
{
"Prowlarr" = {
icon = "prowlarr.png";
description = "Prowlarr";
description = "Prowlarr: Indexer Manager";
href = "https://prowlarr.tsuba.darksailor.dev";
};
}