this setup provisions my client/local systems.
Warning
although this works, i've no idea how to nix
- Restore
.ssh/*
keys from backup - Restore .oci from backup
- Run:
xcode-select --install
Nix System is installed with the determinate.systems
installer, after the first system boot:
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
nix run nix-darwin --extra-experimental-features "nix-command flakes" -- switch --flake "github.com/nix-config#mbair22"
Rebuild system:
darwin-rebuild switch --flake .#mbair22
nix run nix-darwin --extra-experimental-features "nix-command flakes" -- switch --flake "github.com/nix-config#macminipro24"
Rebuild system:
darwin-rebuild switch --flake .#macminipro24
Install EurKey by hand...
Set Default Browser via System Settings
nix flake update
darwin-rebuild switch --flake ...