* Update Hydra jobs for systemd. Note that logs now go to the journal instead of /data/<bla>.log. We'll see if that's a good idea...
* Update Hydra jobs for systemd. Note that logs now go to the journal instead of /data/<bla>.log. We'll see if that's a good idea... svn path=/configurations/trunk/tud/; revision=34638
Eelco Dolstra committed
Oct 29, 2012 at 10:08 UTC
f0f59da035eda88acaefc45018e5e8f902c8c3ff
1 file changed
+2
lucifer.nix
+2
@@ -75,6 +75,7 @@
75
(gcRemote { machine = "nix@tweek"; gbFree = 3; df = "/usr/gnu/bin/df"; })
76
];
77
78
+ /*
79
services.cgroups = {
80
enable = true;
81
groups =
@@ -124,6 +125,7 @@
125
hydra-mirror cpu hydra-mirror
126
'';
127
};
128
+ */
129
130
jobs."mirror-nixpkgs" =
131
{ startOn = "started networking";