[% WRAPPER layout.tt title="Machines" %] [% PROCESS common.tt %]
Enabled | Machine | Max concurrent | Speedfactor | [% FOREACH s IN systems %][% s.system %] | [% END %]
---|---|---|---|---|
[% INCLUDE maybeLink uri = c.uri_for(c.controller('Admin').action_for('machine_edit'), [m.hostname]) content = m.hostname %] | [% m.maxconcurrent %] | [% m.speedfactor %] | [% FOREACH s IN systems %][% checked = false %] [% FOREACH ms IN m.buildmachinesystemtypes %] [% checked = ms.system == s.system %] [% BREAK IF checked %] [% END %] | [% END %]
Resulting /etc/nix.machines [% IF nixMachinesWritable == 0 %](note: file is not writable!)[% END%]:
[% nixMachines %][% END %]