nix.buildMachines.*.sshUser

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
<home-manager/modules/misc/nix-remote-build.nix>