diff options
author | Silas Schöffel <sils@sils.li> | 2025-01-25 21:42:22 +0100 |
---|---|---|
committer | Silas Schöffel <sils@sils.li> | 2025-01-25 21:43:25 +0100 |
commit | 51085ef8f8fd4a8c8ef7fe0890ddcdc22433a94c (patch) | |
tree | e368d5511228faecafcffbfcdad6187fa8a7bbab /system/services/taskserver/organisations.nix | |
parent | feat(hosts)!: remove server1 (diff) | |
download | nixos-server-51085ef8f8fd4a8c8ef7fe0890ddcdc22433a94c.zip |
feat(system): remove
This only contains unused and unwanted services
Diffstat (limited to 'system/services/taskserver/organisations.nix')
-rw-r--r-- | system/services/taskserver/organisations.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/system/services/taskserver/organisations.nix b/system/services/taskserver/organisations.nix deleted file mode 100644 index c3ad966..0000000 --- a/system/services/taskserver/organisations.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - vhack = { - users = [ - "soispha" - ]; - }; - soispha = { - users = [ - "soispha" - "android-mobile" - "android-tab" - ]; - }; -} |