feat: several updates

This commit is contained in:
Xavier Morel
2025-12-09 14:35:20 +01:00
parent aec2e5bf63
commit a78704f30f
36 changed files with 826 additions and 150 deletions

View File

@@ -1 +0,0 @@
/home/xmorel/homelab-private/_ids.nix

22
config/_ids.nix Normal file
View File

@@ -0,0 +1,22 @@
{ ... }:
{
id = {
git = 1017;
mqtt = 1018;
metrics = 1019;
frigate = 1020;
power = 1021;
monitoring = 1022;
media = 1023;
vault = 1024;
proxy = 1025;
matrix = 1026;
db = 1027;
finances = 1028;
yarrr = 1029;
auth = 1030;
music = 1031;
dns = 1042;
z2m = 1016;
};
}