nixos/syncthing: use types.port

This commit is contained in:
h7x4
2025-09-22 16:05:18 +02:00
parent 25332ea522
commit 58ef4b7ae2
@@ -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.