Explain machines/*/services in readme

pull/48/head
Simon Bruder 2021-03-01 13:54:18 +01:00
parent 5c27e0d423
commit c30776cea6
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
+ `hardware-configuration.nix`: Hardware-specific configuration. It should + `hardware-configuration.nix`: Hardware-specific configuration. It should
not depend on any modules or files from this repository, since it is used not depend on any modules or files from this repository, since it is used
for initial setup. for initial setup.
+ `services`: Non-trivial machine-specific configuration related to a
specific service the machine provides.
* `modules`: Custom modules. Many are activated by default, since I want them * `modules`: Custom modules. Many are activated by default, since I want them
on all systems. on all systems.
* `pkgs`: My nixpkgs overlay * `pkgs`: My nixpkgs overlay