23 lines
335 B
Nix
23 lines
335 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;
|
|
};
|
|
}
|