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_keys
Next I have to find the IP address of the machine so I can connect to it:
ifconfig
Then I can connect to the machine via ssh:
My ephemeral testing VPN configuration.
nix shell github:tstachl/z#setup
setup hermod
My 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 .#meili
My RaspberryPi in Austria
My VPS in Santiago, Chile