mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 11:44:07 +00:00
0d35699507
{ ... services = { tomcat = { enable = true; virtualHosts = [ { name = "test1.localhost"; webapps = [ mypkgs.HelloApp ]; } { name = "test2.localhost"; webapps = [ mypkgs.ByeApp ]; } ]; }; }; } svn path=/nixos/trunk/; revision=16654 |
||
---|---|---|
.. | ||
audio | ||
databases | ||
hardware | ||
logging | ||
misc | ||
monitoring | ||
network-filesystems | ||
networking | ||
printing | ||
scheduling | ||
system | ||
ttys | ||
web-servers | ||
x11 |