nix.buildMachines.*.sshUser

Home-Manager option

The username to log in as on the remote host. This user must be able to log in and run nix commands non-interactively. It must also be privileged to build derivations, so must be included in nix.settings.trusted-users.

type: null or string
Default
null
Example
"builder"
declared in: <home-manager/modules/misc/nix-remote-build.nix>source unavailable