preparing stuff

This commit is contained in:
kity 2025-04-11 23:08:41 +02:00
parent 585ab2b5aa
commit b6cb128b5f
4 changed files with 24 additions and 31 deletions

View file

@ -9,6 +9,7 @@
reverse_proxy 8080 reverse_proxy 8080
''; '';
/*
services.prometheus.exporters.sabnzbd = { services.prometheus.exporters.sabnzbd = {
enable = true; enable = true;
servers = [ servers = [
@ -19,4 +20,5 @@
} }
]; ];
}; };
*/
} }

View file

@ -1,4 +1,4 @@
{ config, ... }: { ... }:
{ {
services.grafana = { services.grafana = {
enable = true; enable = true;

View file

@ -84,12 +84,14 @@ in
} }
]; ];
bookmarks = [ { code = [ { "Github" = [ { href = "https://github.com"; } ]; } ]; } ]; bookmarks = [
{ code = [ { "Github" = [ { href = "https://github.com"; } ]; } ]; }
{ social = [ { "Bluesky" = [ { href = "https://bsky.app"; } ]; { "mastodon" = [{ href = "https://fish.hypervirtual.world" }]; } } ]; }
];
services = [ services = [
{ {
"Divertissement" = [ "Divertissement" = [
{ {
"Serveur Minecraft poulet" = { "Serveur Minecraft poulet" = {
icon = "minecraft"; icon = "minecraft";
@ -236,7 +238,6 @@ in
}; };
} }
{ {
"Transmission" = { "Transmission" = {
icon = "transmission"; icon = "transmission";
description = "s'occupe du téléchargement des fichiers"; description = "s'occupe du téléchargement des fichiers";
@ -278,15 +279,6 @@ in
} }
{ {
"Administration" = [ "Administration" = [
/*
{
"Proxmox Backup Server" = {
icon = "proxmox-light";
description = "Permet de sauvegarder le serveur.";
href = "https://${cfg.proxmoxBSIp}:8007";
};
}
*/
{ {
"Proxmox VE" = { "Proxmox VE" = {
icon = "proxmox"; icon = "proxmox";

View file

@ -16,5 +16,4 @@
reverse_proxy :4000 reverse_proxy :4000
''; '';
} }