From f68b6bb588c64563db781facc2df51e21176abde Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Mon, 21 Oct 2024 11:28:31 +0200 Subject: [PATCH] fix: correct username --- hosts/nuos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nuos/configuration.nix b/hosts/nuos/configuration.nix index 23edf61..8b42027 100644 --- a/hosts/nuos/configuration.nix +++ b/hosts/nuos/configuration.nix @@ -90,7 +90,7 @@ nix = { buildMachines = [{ - hostName = "lambdaOS"; + hostName = "noa@lambdaOS"; system = "x86_64-linux"; protocol = "ssh-ng"; maxJobs = 4;