panacea/README.org

21 lines
674 B
Org Mode
Raw Normal View History

2020-04-16 19:14:10 +02:00
* NixOS Laptop
2020-05-16 05:20:59 +02:00
Configuration files for my personal machine, powered by [[https://nixos.org/][NixOS]].
2020-04-16 19:14:10 +02:00
** Modules
2020-05-16 05:20:59 +02:00
The configuration is sliced into different files, per category:
2020-04-16 19:14:10 +02:00
- ZFS pool configuration: hardware-configuration.nix
2020-05-16 05:20:59 +02:00
- Globally installed packages: software.nix
- Network and VPN configuration: networking.nix
- Window manager and userland services: gui.nix
- Synchronization and backup services: datasync.nix
- Sound and music setup: audio.nix
- Development tools: development.nix
- Printing and scanner client: printing.nix
- Systemd user services and timers: periodic.nix
- Power management: power.nix
2020-04-16 19:14:10 +02:00
2020-05-16 05:20:59 +02:00
All the modules are imported in *configuration.nix*