nixos/paperless: use port type

This commit is contained in:
Daniel Nagy 2021-06-18 17:29:15 +02:00
parent bc87386ac1
commit 864dabf232
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

@ -67,7 +67,7 @@ in
};
port = mkOption {
type = types.int;
type = types.port;
default = 28981;
description = "Server port to listen on.";
};