| 16 Dec 2025 |
WeetHet | * I don't think macOS has root ssh configuration so I don't know how to set a 32222 port to be used by the remote builder | 12:15:33 |
Randy Eckenrode | I think it can be enabled in the SSH config, but it’s disabled by default. | 12:17:19 |
WeetHet | Hmm, builder.pl> error: you are not privileged to build input-addressed derivations | 12:29:21 |
niklaskorz | you can have a look at how the nix-darwin linux builder module does it | 12:30:31 |
niklaskorz | it adds the ssh config to /etc/ssh/ssh_config.d/ | 12:30:42 |
niklaskorz | https://github.com/nix-darwin/nix-darwin/blob/master/modules/nix/linux-builder.nix | 12:30:51 |