nixos-configuration/README.md

13 lines
517 B
Markdown
Raw Normal View History

2023-11-17 11:58:33 +00:00
# nixos-configuration
The collection of publically visible nixos-configuration files used for my
2023-12-07 18:29:20 +00:00
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.