Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 345 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 345 Bytes

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.