diff --git a/flake.nix b/flake.nix index e35d313..4458877 100644 --- a/flake.nix +++ b/flake.nix @@ -39,9 +39,9 @@ }; port = mkOption { - type = types.str; - default = "8000"; - example = "4000"; + type = types.int; + default = 8000; + example = 4000; description = "Port on which the server listens"; };