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 /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 'services/taskserver/organisations.nix')
-rw-r--r-- | services/taskserver/organisations.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/services/taskserver/organisations.nix b/services/taskserver/organisations.nix deleted file mode 100644 index c3ad966..0000000 --- a/services/taskserver/organisations.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - vhack = { - users = [ - "soispha" - ]; - }; - soispha = { - users = [ - "soispha" - "android-mobile" - "android-tab" - ]; - }; -} |