mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
nixos/octoprint: use port
type
This commit is contained in:
parent
ab5d317d51
commit
c726455687
@ -40,7 +40,7 @@ in
|
||||
};
|
||||
|
||||
port = mkOption {
|
||||
type = types.int;
|
||||
type = types.port;
|
||||
default = 5000;
|
||||
description = ''
|
||||
Port to bind OctoPrint to.
|
||||
|
Loading…
Reference in New Issue
Block a user