lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

nixos/syncthing: use `types.port`

h7x4 58ef4b7a 25332ea5

+1 -1
+1 -1
nixos/modules/services/networking/syncthing.nix
··· 336 336 }; 337 337 338 338 localAnnouncePort = mkOption { 339 - type = types.nullOr types.int; 339 + type = types.nullOr types.port; 340 340 default = null; 341 341 description = '' 342 342 The port on which to listen and send IPv4 broadcast announcements to.