nixos/tahoe: use `types.port`

h7x4 a9f32669 0269d839

Changed files
+1 -1
nixos
modules
services
network-filesystems
+1 -1
nixos/modules/services/network-filesystems/tahoe.nix
···
sftpd.enable = lib.mkEnableOption "SFTP service";
sftpd.port = lib.mkOption {
default = null;
-
type = lib.types.nullOr lib.types.int;
+
type = lib.types.nullOr lib.types.port;
description = ''
The port on which the SFTP server will listen.