svn path=/configurations/trunk/tud/; revision=33985
svn path=/configurations/trunk/tud/; revision=33985
Eelco Dolstra committed
May 4, 2012 at 22:52 UTC
33497805aab6b802e3d5a1a17827f68cc2bd9c51
1 file changed
+2
-2
machines.nix
+2
-2
@@ -164,7 +164,7 @@ lib: with lib;
164
ethernetAddress = "00:16:3e:00:00:07";
165
system = "x86_64-freebsd";
166
maxJobs = 1;
167
- buildUser = "buildfarm";
167
+ buildUser = "nix";
168
}
169
170
{ # 32-bit FreeBSD build machine (in a VM).
@@ -173,7 +173,7 @@ lib: with lib;
173
ethernetAddress = "00:16:3e:00:00:08";
174
system = "i686-freebsd";
175
maxJobs = 1;
176
- buildUser = "buildfarm";
176
+ buildUser = "nix";
177
}
178
179
]