14 lines
377 B
Org Mode
14 lines
377 B
Org Mode
|
* NixOS Laptop
|
||
|
|
||
|
Configuration files for my personal machine, powered by [[https://nixos.org/][NixOS]].
|
||
|
|
||
|
** Modules
|
||
|
|
||
|
The configuration is sliced into different files, per category:
|
||
|
|
||
|
- ZFS pool configuration: hardware-configuration.nix
|
||
|
- Network configuration: networking.nix
|
||
|
- Printing and scanner server: printing.nix
|
||
|
|
||
|
All the modules are imported in *configuration.nix*
|