My personal NixOS and Home Manager configurations.
- NixOS - System Configuration
- Home Manager - Home Configuration
- sops-nix - Secret Management
- stylix - Color Schemes
Drop into devshell:
nix develop github:Tarow/nix-config
Clone repository:
git clone https://github.com/Tarow/nix-config.git ~/nix-config && cd ~/nix-config
Manually restore SSH private key and use it to generate age key used by sops-nix.
mkdir -p ~/.config/sops/age && ssh-to-age -private-key -i ~/.ssh/id_ed25519 -o ~/.config/sops/age/keys.txt
nixos-rebuild switch --flake .#<host>
home-manager switch -b bak --flake .#<host>