Skip to content

aorith/nixconf

Repository files navigation

nixconf

Initial Setup

  1. Enter the Nix shell environment:

    $ nix-shell
  2. Switch to the system configuration:

    $ make switch

Structure

  • hosts/<hostname>: Configuration specific to each individual machine.
  • modules/<name>: Reusable modules that can be shared across different machines.