nixos/httpd: drop the port option

This commit is contained in:
Aaron Andersen
2019-07-01 15:55:35 -04:00
parent f5945fcf0e
commit 505df09d50
2 changed files with 3 additions and 14 deletions

View File

@@ -24,14 +24,6 @@ with lib;
'';
};
port = mkOption {
type = types.int;
default = 0;
description = ''
Port for the server. Option will be removed, use <option>listen</option> instead.
'';
};
listen = mkOption {
type = types.listOf (types.submodule (
{