Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 758 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 758 Bytes

Systems

Nix flake for declaratively managing and configuring all of my systems.

macOS Raspberry Pi

Install Nix installer

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install

Note

This enables flakes by default

Bootstrap

nix run github:samueljoli/systems#machine_name

replace machine_name with correct hostname.

See also

:wiki