Just forget calling the port 'internal'

This commit is contained in:
niten 2023-03-19 10:39:46 -07:00
parent 20346de95d
commit 7912f73112
1 changed files with 1 additions and 1 deletions

View File

@ -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;