Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
35 lines (28 loc) · 565 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 565 Bytes

NixOS Configuration

# Generate new boot configuration
sudo nixos-rebuild boot --flake .#hx90

# Update current configuration
sudo nixos-rebuild switch --flake .#hx90

Secrets

Checkout / copy files:

  • ~/.secrets
  • ~/secrets

Tailscale

  1. Go to https://login.tailscale.com/admin/settings/keys
  2. Generate auth key
  3. Login to tailscale
tailscale up -authkey <auth key>

Bitwarden

bw config server https://bitwarden.snowy-butterfly.ts.net/
bw login [email protected]

Other

# Setup rust tools
rustup default stable