summary refs log tree commit diff stats
path: root/services/taskserver/organisations.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-03-28 22:29:10 +0100
committerSoispha <soispha@vhack.eu>2024-03-29 22:55:40 +0100
commitdd4b6bcfc16c7c795b697195eb6703966352d9f4 (patch)
tree3519248c1eebe071fcfeb142b493a2e1c4a2db98 /services/taskserver/organisations.nix
parentchore(git-crypt): Remove `git-crypt` and associated encrypted files (diff)
downloadnixos-server-dd4b6bcfc16c7c795b697195eb6703966352d9f4.tar.gz
nixos-server-dd4b6bcfc16c7c795b697195eb6703966352d9f4.zip
chore(git-crypt): Re-add previously encrypted files in decrypted form
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"
+    ];
+  };
+}