@cryptotaxi247 / infra-1 / commits / 35384a97

changed the extraSubservices to a list of functions

svn path=/configurations/trunk/tud/; revision=7932

Martin Bravenboer committed Feb 20, 2007 at 15:57 UTC 35384a972367f430648b365508d6dc9ecb6c4e90
1 file changed +1 -3
main.nix
+1 -3
@@ -47,9 +47,7 @@ rec {
47
48 extraSubservices = {
49 enable = true;
50 - services = webServer : pkgs : [
51 - (distManagerService webServer pkgs)
52 - ];
50 + services = [distManagerService];
51 };
52 };
53 };