Personal dotfiles based on Nix flakes and home manager.
- My personal laptop
nixosConfigurations.thinkpad. - My company laptop
nixosConfigurations.shesselm-mac.
Switch to a new NixOS generation via
nixos-rebuild switch --flake . --use-remote-sudo
- Copy
./systems/nixos/configuration.nixto/etc/nixos/configuration.nixto gain access togitandbitwarden. - Use
bitwardento set upSOPSkeys. - Create a new entry in
./systems:- Create entries for the LUKS partitions.
- Copy the hardware configuration.
- Switch to a new generation defined by the flake.
Switch to a new Darwin generation via
darwin-rebuild switch --flake .