nix.sshServe.write

Whether to enable writing to the Nix store as a remote store via SSH. Note: by default, the sshServe user is named nix-ssh and is not a trusted-user. nix-ssh should be added to the nix.sshServe.trusted option in most use cases, such as allowing remote building of derivations to anonymous people based on ssh key

Type
boolean
Default
false
Declared
<nixpkgs/nixos/modules/services/misc/nix-ssh-serve.nix>