about summary refs log tree commit diff
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-03-18 13:18:53 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-03-18 14:11:42 +0100
commit7fc10424d9460046c18b5649e580cf308489501b (patch)
tree7739947563165b72b740b8f677b51de156cdb28d
parent00e683124af7bdd949558b80c27f5c87eefa78a9 (diff)
modules/README: Introduce a new "system" category.
On upstream nixpkgs we have "system" and "hardware" but in our case the
amount of modules should be rather small, so it doesn't make sense to
separate those categories.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
-rw-r--r--modules/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/README.md b/modules/README.md
index 5d62d3ac..420aef04 100644
--- a/modules/README.md
+++ b/modules/README.md
@@ -22,6 +22,10 @@ For writing modules, make sure to categorize them accordingly:
     <td>Modules that implement systemd services</td>
   </tr>
   <tr>
+    <th>system</th>
+    <td>Everything system or hardware-related (like for example kernel)</td>
+  </tr>
+  <tr>
     <th>tasks</th>
     <td>Various one-shot services</td>
   </tr>