23 lines
758 B
Markdown
23 lines
758 B
Markdown
# System Configurations
|
|
|
|
This directory contains documentation for each system configuration in this repository.
|
|
|
|
## Systems
|
|
|
|
- [Desktop (matt-nixos)](./matt-nixos.md) - Main desktop computer
|
|
- [NAS (jallen-nas)](./jallen-nas.md) - Home server and NAS
|
|
- [NUC (nuc-nixos)](./nuc-nixos.md) - Intel NUC
|
|
- [Raspberry Pi 4](./pi4.md) - Raspberry Pi 4
|
|
- [Raspberry Pi 5](./pi5.md) - Raspberry Pi 5
|
|
- [MacBook Pro (nixOS)](./macbook-pro-nixos.md) - MacBook Pro running NixOS
|
|
|
|
## Common Configuration
|
|
|
|
All systems share certain common configurations through the modules system. These include:
|
|
|
|
- Base system configuration
|
|
- User management
|
|
- Network configuration
|
|
- Security settings
|
|
|
|
Each system then adds its specific configurations on top of these common modules. |