Skip to content

aorith/nixconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.