hydra-module: Add a `port' option.
[?]
May 5, 2011, 10:07 AM
INUGMXTGXOXWYBNTZIXT7MDFKJMOSGU73TWF2FRBIWZFUHDMKUWACDependencies
Change contents
- edit in hydra-module.nix at line 20
+ ''HYDRA_PORT="${toString cfg.port}" '' - replacement in hydra-module.nix at line 71
port = mkOption {default = 3000;description = ''TCP port the web server should listen to.'';};