diff options
author | Silas Schöffel <sils@sils.li> | 2024-04-24 09:40:35 +0200 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2024-04-24 09:40:35 +0200 |
commit | 1f461e48e92cf815ac26f89cc80a1b123128928c (patch) | |
tree | c2e8df2a1d14e1e0bea59fe988d001e2a2f61dbb /system/services/taskserver/organisations.nix | |
parent | fix(system/services/taskserver): Add required kernel settings (diff) | |
download | nixos-server-1f461e48e92cf815ac26f89cc80a1b123128928c.tar.gz nixos-server-1f461e48e92cf815ac26f89cc80a1b123128928c.zip |
fix(treewide): move former git-crypted files to correct location
They were accidentally added at the wrong location in dd4b6bcfc16c7c795b697195eb6703966352d9f4
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" + ]; + }; +} |