16 lines
463 B
Org Mode
16 lines
463 B
Org Mode
|
* NixOS Server
|
||
|
|
||
|
Configuration files for my personal server, powered by [[https://nixos.org/][NixOS]].
|
||
|
|
||
|
** Modules
|
||
|
|
||
|
The configuration is sliced into different files, and the modules are imported
|
||
|
from *configuration.nix*:
|
||
|
|
||
|
- ZFS pool configuration: hardware-configuration.nix
|
||
|
- Network configuration: networking.nix
|
||
|
- Printing and scanner server: printing.nix
|
||
|
- Nginx and PostgreSQL: webstack.nix
|
||
|
- Radicale and Syncthing: datasync.nix
|
||
|
- Gitea: devops.nix
|