2020-04-16 19:14:10 +02:00
|
|
|
* 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
|
2020-04-18 21:04:14 +02:00
|
|
|
- Printing and scanner client: printing.nix
|
2020-04-16 19:14:10 +02:00
|
|
|
|
|
|
|
All the modules are imported in *configuration.nix*
|