Explain general organization.

main
Joshua Potter 2023-12-07 11:29:20 -07:00
parent 1055847812
commit 47d8b67154
1 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,12 @@
# nixos-configuration
The collection of publically visible nixos-configuration files used for my
personal machines.
personal machines. The only file not tracked is `hardware-configuration.nix`
since this is auto-generated when installinp NixOS.
## Overview
System-wide configuration is found in `configuration.nix`. User-specific
configuration is grouped within a top-level directory corresponding to the
user's username (as of now, just `jrpotter`). The top-level `flake.nix` file
links the system and user configurations together.