RemoteBuild : Fix host name.
This commit is contained in:
parent
6d14d37133
commit
b1411c6b51
|
@ -1,6 +1,6 @@
|
|||
{ config, pkgs, ... }: {
|
||||
nix.buildMachines = [{
|
||||
hostName = "home";
|
||||
hostName = "nixbuilder";
|
||||
protocol = "ssh-ng";
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
|
|
Loading…
Reference in a new issue