* Fix nix-build errors of tests.

svn path=/nixos/trunk/; revision=18151
This commit is contained in:
Nicolas Pierron 2009-11-05 18:21:09 +00:00
parent 7571055ad3
commit ca00f6f3f8
2 changed files with 15 additions and 16 deletions

View File

@ -20,7 +20,7 @@ rec {
{ server =
{ config, pkgs, ... }:
{ jobs = pkgs.lib.singleton
{ jobs.quake3Server =
{ name = "quake3-server";
startOn = "startup";
exec =

View File

@ -44,7 +44,6 @@ rec {
];
services.portmap.enable = true;
services.nfsKernel.enable = true;
services.httpd.enable = true;
services.httpd.adminAddr = "root@localhost";
services.httpd.extraSubservices = [ { serviceType = "trac"; } ];