mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 23:20:18 +02:00
preparing stuff
This commit is contained in:
parent
585ab2b5aa
commit
b6cb128b5f
4 changed files with 24 additions and 31 deletions
|
@ -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 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
services.grafana = {
|
services.grafana = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -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";
|
||||||
|
|
|
@ -16,5 +16,4 @@
|
||||||
reverse_proxy :4000
|
reverse_proxy :4000
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue