nixos/octoprint: use port type

This commit is contained in:
Daniel Nagy 2021-06-18 17:27:16 +02:00
parent ab5d317d51
commit c726455687
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

@ -40,7 +40,7 @@ in
};
port = mkOption {
type = types.int;
type = types.port;
default = 5000;
description = ''
Port to bind OctoPrint to.