ports test
This commit is contained in:
7
modules/services/ports.nix
Normal file
7
modules/services/ports.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ lib, ... }: {
|
||||
den.aspects.portmap.nixos.options.den.portmap = lib.mkOption {
|
||||
type = lib.types.attrsOf lib.types.port;
|
||||
readOnly = true;
|
||||
default = import ../../../portmap.nix;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user