nixos/syncthing: use types.port
This commit is contained in:
@@ -336,7 +336,7 @@ in
|
||||
};
|
||||
|
||||
localAnnouncePort = mkOption {
|
||||
type = types.nullOr types.int;
|
||||
type = types.nullOr types.port;
|
||||
default = null;
|
||||
description = ''
|
||||
The port on which to listen and send IPv4 broadcast announcements to.
|
||||
|
||||
Reference in New Issue
Block a user