nixos/paperless: use port type

This commit is contained in:
Daniel Nagy
2021-06-18 17:29:15 +02:00
parent bc87386ac1
commit 864dabf232

View File

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