295 current 2025-10-11 13:20:27 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 13:25:06 -05:00
parent 952b0cc69a
commit 3d7cad4fea
2 changed files with 131 additions and 133 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config # flake for blakes nixos config
# define new devices in outputs # define new devices in outputs
# generation: 294 current 2025-10-11 12:58:57 25.05.20251006.20c4598 6.12.50 * # generation: 295 current 2025-10-11 13:20:27 25.05.20251006.20c4598 6.12.50 *
{ {
description = "blakes nix config"; description = "blakes nix config";
inputs = { inputs = {

View File

@@ -74,138 +74,136 @@ in
port = cfg.port; port = cfg.port;
}; };
pages = { pages = {
snowbelle = { columns = [
hide-desktop-navigation = true; {
columns = [ size = "small";
{ widgets = [
size = "small"; {
widgets = [ type = "calendar";
{ first-day-of-week = "monday";
type = "calendar"; }
first-day-of-week = "monday"; {
} type = "server-stats";
{ servers = [
type = "server-stats"; {
servers = [ type = "local";
{ name = "violet";
type = "local"; }
name = "violet"; ];
} }
]; {
} type = "clock";
{ hour-format = "24h";
type = "clock"; timezones = [
hour-format = "24h"; {
timezones = [ timezone = "America/Chicago";
{ label = "HTX";
timezone = "America/Chicago"; }
label = "HTX"; {
} timezone = "America/Denver";
{ label = "AF";
timezone = "America/Denver"; }
label = "AF"; ];
} }
]; {
} type = "twitch-channels";
{ channels = [
type = "twitch-channels"; "mang0"
channels = [ "SaltSSBM"
"mang0" "thewaffle77"
"SaltSSBM" "ironmouse"
"thewaffle77" "linustech"
"ironmouse" ];
"linustech" }
]; {
} type = "weather";
{ location = "Pearland, Texas, United States";
type = "weather"; units = "imperial";
location = "Pearland, Texas, United States"; hour-format = "24h";
units = "imperial"; }
hour-format = "24h"; {
} type = "markets";
{ markets = [
type = "markets"; { symbol = "SPY"; name = "S&P 500"; }
markets = [ { symbol = "XMR-USD"; name = "Monero"; }
{ symbol = "SPY"; name = "S&P 500"; } { symbol = "NVDA"; name = "NVIDIA"; }
{ symbol = "XMR-USD"; name = "Monero"; } { symbol = "AAPL"; name = "Apple"; }
{ symbol = "NVDA"; name = "NVIDIA"; } { symbol = "MSFT"; name = "Microsoft"; }
{ symbol = "AAPL"; name = "Apple"; } ];
{ symbol = "MSFT"; name = "Microsoft"; } }
]; {
} type = "releases";
{ cache = "1d";
type = "releases"; repositories = [
cache = "1d"; "glanceapp/glance"
repositories = [ "go-gitea/gitea"
"glanceapp/glance" "immich-app/immich"
"go-gitea/gitea" "syncthing/syncthing"
"immich-app/immich" ];
"syncthing/syncthing" }
]; ];
} }
]; {
} size = "full";
{ widgets = [
size = "full"; {
widgets = [ type = "search";
{ autofocus = true;
type = "search"; search-engine = "https://www.ecosia.org/search?q={QUERY}";
autofocus = true; new-tab = true;
search-engine = "https://www.ecosia.org/search?q={QUERY}"; bangs = [
new-tab = true; { title = "YouTube"; shortcut = "!y"; url = "https://www.youtube.com/results?search_query={QUERY}"; }
bangs = [ { title = "Google"; shortcut = "!g"; url = "https://www.youtube.com/results?search_query={QUERY}"; }
{ title = "YouTube"; shortcut = "!y"; url = "https://www.youtube.com/results?search_query={QUERY}"; } { title = "Github"; shortcut = "!gh"; url = "https://github.com/search?q={QUERY}&type=repositories"; }
{ title = "Google"; shortcut = "!g"; url = "https://www.youtube.com/results?search_query={QUERY}"; } ];
{ title = "Github"; shortcut = "!gh"; url = "https://github.com/search?q={QUERY}&type=repositories"; } }
]; {
} type = "monitor";
{ cache = "1m";
type = "monitor"; title = "mediastack";
cache = "1m"; sites = [
title = "mediastack"; { title = "jellyfin"; url = "https://media.blakedheld.xyz"; icon = "di:jellyfin"; }
sites = [ { title = "audiobookshelf"; url = "https://audiobooks.blakedheld.xyz"; icon = "di:audiobookshelf"; }
{ title = "jellyfin"; url = "https://media.blakedheld.xyz"; icon = "di:jellyfin"; } { title = "yacreader"; url = "http://10.10.0.30:3434"; icon = "/assets/icons/yacreader.png"; }
{ title = "audiobookshelf"; url = "https://audiobooks.blakedheld.xyz"; icon = "di:audiobookshelf"; } { title = "sonarr"; url = "http://10.10.0.30:3636"; icon = "di:sonarr"; }
{ title = "yacreader"; url = "http://10.10.0.30:3434"; icon = "/assets/icons/yacreader.png"; } { title = "qbittorrent"; url = "http://10.10.0.40:3333"; icon = "di:qbittorrent"; }
{ title = "sonarr"; url = "http://10.10.0.30:3636"; icon = "di:sonarr"; } { title = "radarr"; url = "http://10.10.0.30:3737"; icon = "di:radarr"; }
{ title = "qbittorrent"; url = "http://10.10.0.40:3333"; icon = "di:qbittorrent"; } { title = "kiwix"; url = "http://10.10.0.30:5050"; icon = "di:kiwix"; }
{ title = "radarr"; url = "http://10.10.0.30:3737"; icon = "di:radarr"; } { title = "prowlarr"; url = "http://10.10.0.30:3535"; icon = "di:prowlarr"; }
{ title = "kiwix"; url = "http://10.10.0.30:5050"; icon = "di:kiwix"; } { title = "bazarr"; url = "http://10.10.0.30:3838"; icon = "di:bazarr"; }
{ title = "prowlarr"; url = "http://10.10.0.30:3535"; icon = "di:prowlarr"; } ];
{ title = "bazarr"; url = "http://10.10.0.30:3838"; icon = "di:bazarr"; } }
]; {
} type = "monitor";
{ cache = "1m";
type = "monitor"; title = "services";
cache = "1m"; sites = [
title = "services"; { title = "immich"; url = "https://pics.blakedheld.xyz"; icon = "di:immich"; }
sites = [ { title = "vaultwarden"; url = "https://pass.blakedheld.xyz"; icon = "di:vaultwarden"; }
{ title = "immich"; url = "https://pics.blakedheld.xyz"; icon = "di:immich"; } { title = "gitea"; url = "https://git.blakedheld.xyz"; icon = "di:gitea"; }
{ title = "vaultwarden"; url = "https://pass.blakedheld.xyz"; icon = "di:vaultwarden"; } { title = "home assistant"; url = "https://home.blakedheld.xyz"; icon = "di:home-assistant"; }
{ title = "gitea"; url = "https://git.blakedheld.xyz"; icon = "di:gitea"; } { title = "zigbee2mqtt"; url = "http://10.10.0.30:4142"; icon = "di:zigbee2mqtt"; }
{ title = "home assistant"; url = "https://home.blakedheld.xyz"; icon = "di:home-assistant"; } { title = "syncthing"; url = "http://10.10.0.20:2222"; icon = "di:syncthing"; }
{ title = "zigbee2mqtt"; url = "http://10.10.0.30:4142"; icon = "di:zigbee2mqtt"; } { title = "archivebox"; url = "http://10.10.0.30:5656"; icon = "sh:archivebox"; }
{ title = "syncthing"; url = "http://10.10.0.20:2222"; icon = "di:syncthing"; } { title = "copyparty"; url = "http://10.10.0.20:3923"; icon = "sh:copyparty"; }
{ title = "archivebox"; url = "http://10.10.0.30:5656"; icon = "sh:archivebox"; } ];
{ title = "copyparty"; url = "http://10.10.0.20:3923"; icon = "sh:copyparty"; } }
]; {
} type = "monitor";
{ cache = "1m";
type = "monitor"; title = "system";
cache = "1m"; sites = [
title = "system"; { title = "proxmox"; url = "http://10.10.0.10:8006"; icon = "di:proxmox"; allow-insecure = true; }
sites = [ { title = "nginx"; url = "http://10.10.0.30:8080"; icon = "di:nginx"; }
{ title = "proxmox"; url = "http://10.10.0.10:8006"; icon = "di:proxmox"; allow-insecure = true; } { title = "uptime kuma"; url = "http://10.10.0.30:8181"; icon = "di:uptime-kuma"; }
{ title = "nginx"; url = "http://10.10.0.30:8080"; icon = "di:nginx"; } { title = "tn holocron"; url = "https://10.10.0.20"; icon = "di:truenas"; allow-insecure = true; }
{ title = "uptime kuma"; url = "http://10.10.0.30:8181"; icon = "di:uptime-kuma"; } { title = "bebe"; url = "https://10.10.0.1"; icon = "di:unifi"; allow-insecure = true; }
{ title = "tn holocron"; url = "https://10.10.0.20"; icon = "di:truenas"; allow-insecure = true; } ];
{ title = "bebe"; url = "https://10.10.0.1"; icon = "di:unifi"; allow-insecure = true; } }
]; ];
} }
]; ];
} };
];
};
}; };
}; };
}; };