From 1f461e48e92cf815ac26f89cc80a1b123128928c Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Wed, 24 Apr 2024 09:40:35 +0200 Subject: fix(treewide): move former git-crypted files to correct location They were accidentally added at the wrong location in dd4b6bcfc16c7c795b697195eb6703966352d9f4 --- system/services/taskserver/organisations.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 system/services/taskserver/organisations.nix (limited to 'system/services/taskserver/organisations.nix') 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" + ]; + }; +} -- cgit 1.4.1