kulabun / nixconf

Personal nix configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 konstantin.labun@gmail.com

Other

# Setup rust tools
rustup default stable


About

Personal nix configuration

License:MIT License


Languages

Language:Nix 88.1%Language:Shell 10.7%Language:JavaScript 1.1%Language:CSS 0.1%