hydra: add comment that file is generated by hydra to /etc/nix.machines
This commit is contained in:
@ -10,7 +10,7 @@ use Data::Dump qw(dump);
|
||||
|
||||
sub nixMachines {
|
||||
my ($c) = @_;
|
||||
my $result = '';
|
||||
my $result = "# GENERATED BY HYDRA\n";
|
||||
|
||||
foreach my $machine ($c->model("DB::BuildMachines")->all) {
|
||||
if($machine->enabled) {
|
||||
|
Reference in New Issue
Block a user