| 7 Mar 2024 |
Eli Flanagan | I read through the GitHub links and found this open PR that tried to add an error message: https://github.com/NixOS/nix/pull/6628. Prior art we might consider rallying to address. I know not C++ | 19:29:38 |
Eli Flanagan | Also, Determinate Systems had documentation in their readme that they've since removed. Their nix-installer appears to fix the issue (https://github.com/DeterminateSystems/nix-installer/pull/714) | 19:35:47 |
fricklerhandwerk | Google Season of Docs applications are now open: https://developers.google.com/season-of-docs/docs/timeline | 21:42:43 |
Philip Taron (UTC-8) | In reply to @jade_:matrix.org unsure. i think the rc file isn't read at all, yeah? then i think some sshd config drop in ought to be added to the installer unless you have better ideas I wonder if we couldn't do something in nixpkgs that would be a ready-to-go sshd that's specific to ssh-ng 🤔 | 21:44:39 |
Philip Taron (UTC-8) | In reply to @jade_:matrix.org unsure. i think the rc file isn't read at all, yeah? then i think some sshd config drop in ought to be added to the installer unless you have better ideas * I wonder if we couldn't do something in nixpkgs that would be a ready-to-go sshd that's specific to ssh-ng 🤔
As in, it doesn't depend on outside state, and is configured exclusively for use with being used as a Nix builder.
| 21:45:40 |
@jade_:matrix.org | In reply to @philiptaron:matrix.org
I wonder if we couldn't do something in nixpkgs that would be a ready-to-go sshd that's specific to ssh-ng 🤔
As in, it doesn't depend on outside state, and is configured exclusively for use with being used as a Nix builder.
the actual more reasonable thing here is a ssh service/subsystem/whateveritis like sftp | 21:48:56 |
Philip Taron (UTC-8) | In reply to @jade_:matrix.org the actual more reasonable thing here is a ssh service/subsystem/whateveritis like sftp Now that's a flavor I haven't heard in forever. Does anyone else do that?! | 21:49:30 |
@jade_:matrix.org | subsystem seems like the absolute cleanest way of doing this tbqh, but putting PATH stuff in a drop in for sshd_config somewhere would also work | 21:55:44 |
Philip Taron (UTC-8) | In reply to @jade_:matrix.org subsystem seems like the absolute cleanest way of doing this tbqh, but putting PATH stuff in a drop in for sshd_config somewhere would also work Do you see a way of doing a drop-in style config? sshd_config isn't making me see any. I agree after reading the docs on subsystem that a nix subsystem would be 🔥 | 22:12:49 |
@jade_:matrix.org | at least archlinux has /etc/ssh/sshd_config.d | 22:14:48 |
Philip Taron (UTC-8) | In reply to @jade_:matrix.org subsystem seems like the absolute cleanest way of doing this tbqh, but putting PATH stuff in a drop in for sshd_config somewhere would also work * Do you see a way of doing a drop-in style config? sshd_config isn't making me see any. I agree after reading the docs on subsystem that a nix or nix-daemon subsystem would be 🔥 | 22:14:50 |