summary refs log tree commit diff stats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitattributes1
-rw-r--r--system/services/taskserver/default.nix13
-rw-r--r--system/services/taskserver/organisations.nixbin0 -> 179 bytes
3 files changed, 2 insertions, 12 deletions
diff --git a/.gitattributes b/.gitattributes
index b9e9c86..afc2bcc 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,3 @@
 system/services/mail/users.nix filter=git-crypt diff=git-crypt
 system/services/nginx/hosts.nix filter=git-crypt diff=git-crypt
+system/services/taskserver/organisations.nix filter=git-crypt diff=git-crypt
diff --git a/system/services/taskserver/default.nix b/system/services/taskserver/default.nix
index 517da5d..1b0d29d 100644
--- a/system/services/taskserver/default.nix
+++ b/system/services/taskserver/default.nix
@@ -10,18 +10,7 @@
       };
       bits = 4096;
     };
-    organisations = {
-      vhack = {
-        users = [
-          "soispha"
-        ];
-      };
-      soispha = {
-        users = [
-          "soispha"
-        ];
-      };
-    };
+    organisations = import ./organisations.nix;
     trust = "strict";
     openFirewall = true;
     fqdn = "taskserver.vhack.eu";
diff --git a/system/services/taskserver/organisations.nix b/system/services/taskserver/organisations.nix
new file mode 100644
index 0000000..f5beebc
--- /dev/null
+++ b/system/services/taskserver/organisations.nix
Binary files differ