My nix configurations.
nixos nix
README.md

dotfiles #

My personal dotfiles.

Get Started #

# Setup
just init <host>
just switch

# Rebuild
just switch

Setup SOPS #

mkdir -p ~/.config/sops/age
age-keygen -o ~/.config/sops/age/keys.txt
# nix-shell -p ssh-to-age --run "ssh-to-age -private-key -i ~/.ssh/id_ed25519 > ~/.config/sops/age/keys.txt"

# Get public key
age-keygen -y ~/.config/sops/age/keys.txt