13 lines
208 B
Nix
13 lines
208 B
Nix
{
|
|
den.aspects.portmap.nixos.options.den.portmap = {
|
|
tvtun = 3001;
|
|
search = 8888;
|
|
files = 3210;
|
|
tube = 3030;
|
|
reddit = 8975;
|
|
git = 3002;
|
|
monitor = 61208;
|
|
matrix = 8008;
|
|
};
|
|
}
|