Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.07 KB

File metadata and controls

50 lines (36 loc) · 1.07 KB

NixOS Configuration

Getting Started

NixOS / Linux:

Clone repo and add hardware configuration:

nix-shell -p git
git clone https://github.com/cte/dotfiles.git
cd dotfiles
cp /etc/nixos/hardware-configuration.nix ./hosts/dusk
git add .
exit

Rebuild:

sudo nixos-rebuild switch --flake ~/dotfiles#dusk

Install config:

~/dotfiles/hosts/dusk/config.sh

Reboot if necessary.

Nix / Darwin

See hosts/[host]/flake.nix.

Resources

Documentation

Videos