Use /etc/nix/machines
This commit is contained in:
parent
a919b503fb
commit
cbd56824a2
@ -410,7 +410,7 @@ sub getEvals {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sub getMachines {
|
sub getMachines {
|
||||||
my $machinesConf = $ENV{"NIX_REMOTE_SYSTEMS"} || "/etc/nix.machines";
|
my $machinesConf = $ENV{"NIX_REMOTE_SYSTEMS"} || "/etc/nix/machines";
|
||||||
|
|
||||||
# Read the list of machines.
|
# Read the list of machines.
|
||||||
my %machines = ();
|
my %machines = ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user