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