First I'm going to set up the nixos user with my public key:
mkdir ~/.ssh
touch ~/.ssh/authorized_keys
curl https://github.com/tstachl.keys >> ~/.ssh/authorized_keysNext I have to find the IP address of the machine so I can connect to it:
ifconfigThen I can connect to the machine via ssh:
ssh nixos@192.168.64.3My ephemeral testing VPN configuration.
nix shell github:tstachl/z#setup
setup hermodMy Macbook configuration
- Apple Store Login
- Homebrew installed
- Xcode Command Line Tools installed
- Terminal needs Full Disk Access
mkdir -p workspace/tstachl && cd workspace/tstachl
git clone https://github.com/tstachl/z
cd ./z
nix --experimental-features "nix-command flakes" build .#darwinConfigurations.meili.system
./result/sw/bin/darwin-rebuild switch --flake .#meiliMy RaspberryPi in Austria
My VPS in Santiago, Chile