[% WRAPPER layout.tt title="Machines" %] [% PROCESS common.tt %] [% FOREACH s IN systems %][% END %] [% FOREACH m IN machines %] [% FOREACH s IN systems %] [% END %] [% END %]
Enabled Machine Max concurrent Speed factor[% s.system %]
[% 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 %]