organize
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
{ lib, ... }: {
|
||||
den.aspects.portmap.nixos.options.den.portmap = lib.mkOption {
|
||||
type = lib.types.attrsOf lib.types.port;
|
||||
readOnly = true;
|
||||
default = import ../../../portmap.nix;
|
||||
{
|
||||
den.aspects.portmap.nixos.options.den.portmap = {
|
||||
tvtun = 3001;
|
||||
search = 8888;
|
||||
files = 3210;
|
||||
tube = 3030;
|
||||
reddit = 8975;
|
||||
git = 3002;
|
||||
monitor = 61208;
|
||||
matrix = 8008;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user