all repos — nixfiles @ 32472892645abc8e339226aea11b5f44e8c344b8

System and user configuration, managed by nix and home-manager

marvin: use non-qualified hostname to connect to linde

Alan Pearce
commit

32472892645abc8e339226aea11b5f44e8c344b8

parent

12a709b755c5b7fddc402bb626ff9ae9f8bcec6b

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M system/marvin.nixsystem/marvin.nix
@@ -67,7 +67,7 @@ buildMachines = [
{ protocol = "ssh-ng"; sshUser = "nixremote"; - hostName = "linde.alanpearce.eu"; + hostName = "linde"; system = "aarch64-linux"; maxJobs = 2; speedFactor = 1;