Lemp10: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m →Lemp10 |
||
| Line 1: | Line 1: | ||
Lemp10 is a system 76 lemur pro 10 running NixOS in [https://nixos.wiki/wiki/Impermanence Impermanence mode] | Lemp10 is a system 76 lemur pro 10 running NixOS in [https://nixos.wiki/wiki/Impermanence Impermanence mode] | ||
Revision as of 10:30, 28 July 2024
Lemp10 is a system 76 lemur pro 10 running NixOS in Impermanence mode
Getting Access
if you would like access to the machine, submit your public key to this form. You will someone who already has access to sign your public key for the form to automatically get added. If you need an invite contact .mrfantastik on discord.
then once your public key has been added, you can ssh into the machine with the following command
ssh -J noisebridge@noisebridge.duckdns.org alice@localhost -p 1235
and/or use the following ssh config
Host noisebridge
HostName noisebridge.duckdns.org
User noisebridge
Host alice
HostName localhost
User alice
Port 1235
ProxyJump noisebridge
Updating the config
make a pull request to https://github.com/r33drichards/lemp10
Usage as a remote builder
add the ssh config and then run the command:
nix build .#test --eval-store auto --store ssh-ng://alice --option system x86_64-linux