Files
homelab/config/_ids.nix
T
Xavier Morel 047d68a998
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
feat: add terraforming of authentik
2026-03-25 21:24:08 +01:00

24 lines
354 B
Nix

{ ... }:
{
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;
papers = 1032;
};
}