NixOS system configuration for cube.
This repository is intended to live at:
/etc/nixosThis repo stores the machine’s active NixOS configuration and related local system files.
Clone directly into /etc/nixos:
sudo git clone git@github.com:alexhraber/nixos.git /etc/nixosIf /etc/nixos already exists and contains files, move or back it up first.
From inside the repo:
cd /etc/nixos
sudo nixos-rebuild switch- This repository is meant for this host’s real system configuration.
- Changes made here affect the live machine after rebuild.
- Commit carefully.