Just forget calling the port 'internal'
This commit is contained in:
parent
20346de95d
commit
7912f73112
|
@ -20,7 +20,7 @@ in {
|
||||||
default = "127.0.0.1";
|
default = "127.0.0.1";
|
||||||
};
|
};
|
||||||
|
|
||||||
internal-port = mkOption {
|
port = mkOption {
|
||||||
type = port;
|
type = port;
|
||||||
description = "Port on which to listen for incoming events.";
|
description = "Port on which to listen for incoming events.";
|
||||||
default = 5354;
|
default = 5354;
|
||||||
|
|
Loading…
Reference in New Issue