summary refs log tree commit diff stats
path: root/services/taskserver
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--services/taskserver/organisations.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/services/taskserver/organisations.nix b/services/taskserver/organisations.nix
new file mode 100644
index 0000000..c3ad966
--- /dev/null
+++ b/services/taskserver/organisations.nix
@@ -0,0 +1,14 @@
+{
+  vhack = {
+    users = [
+      "soispha"
+    ];
+  };
+  soispha = {
+    users = [
+      "soispha"
+      "android-mobile"
+      "android-tab"
+    ];
+  };
+}