RemoteBuild : Fix host name.

This commit is contained in:
Dmitry Voronin 2024-04-27 00:24:28 +03:00
parent 6d14d37133
commit b1411c6b51
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -1,6 +1,6 @@
{ config, pkgs, ... }: {
nix.buildMachines = [{
hostName = "home";
hostName = "nixbuilder";
protocol = "ssh-ng";
systems = [
"x86_64-linux"