diff options
Diffstat (limited to 'system/services/taskserver/organisations.nix')
-rw-r--r-- | system/services/taskserver/organisations.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/services/taskserver/organisations.nix b/system/services/taskserver/organisations.nix new file mode 100644 index 0000000..c3ad966 --- /dev/null +++ b/system/services/taskserver/organisations.nix @@ -0,0 +1,14 @@ +{ + vhack = { + users = [ + "soispha" + ]; + }; + soispha = { + users = [ + "soispha" + "android-mobile" + "android-tab" + ]; + }; +} |