Add License and Readme

This commit is contained in:
2019-12-09 06:50:11 +01:00
parent cdea9f3b7b
commit 9663e27670
2 changed files with 688 additions and 0 deletions

15
README.org Normal file
View File

@@ -0,0 +1,15 @@
* 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