[% WRAPPER layout.tt title="Machines" %] [% PROCESS common.tt %]

Build machines

[% FOREACH s IN systems %][% END %] [% FOREACH m IN machines %] [% FOREACH s IN systems %] [% END %] [% END %]
Enabled Machine Max concurrent Speedfactor[% s.system %]
[% INCLUDE maybeLink uri = c.uri_for(c.controller('Admin').action_for('machine_edit'), [m.hostname]) content = m.hostname %] [% m.maxconcurrent %] [% m.speedfactor %] [% checked = false %] [% FOREACH ms IN m.buildmachinesystemtypes %] [% checked = ms.system == s.system %] [% BREAK IF checked %] [% END %]

[ Add a new machine ]

Resulting /etc/nix.machines [% IF nixMachinesWritable == 0 %](note: file is not writable!)[% END%]:

[% nixMachines %]
[% END %]