diff options
author | Soispha <soispha@vhack.eu> | 2024-03-28 22:29:10 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-03-29 22:55:40 +0100 |
commit | dd4b6bcfc16c7c795b697195eb6703966352d9f4 (patch) | |
tree | 3519248c1eebe071fcfeb142b493a2e1c4a2db98 /services/taskserver/organisations.nix | |
parent | chore(git-crypt): Remove `git-crypt` and associated encrypted files (diff) | |
download | nixos-server-dd4b6bcfc16c7c795b697195eb6703966352d9f4.tar.gz nixos-server-dd4b6bcfc16c7c795b697195eb6703966352d9f4.zip |
chore(git-crypt): Re-add previously encrypted files in decrypted form
Diffstat (limited to '')
-rw-r--r-- | services/taskserver/organisations.nix | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/services/taskserver/organisations.nix b/services/taskserver/organisations.nix new file mode 100644 index 0000000..c3ad966 --- /dev/null +++ b/services/taskserver/organisations.nix @@ -0,0 +1,14 @@ +{ + vhack = { + users = [ + "soispha" + ]; + }; + soispha = { + users = [ + "soispha" + "android-mobile" + "android-tab" + ]; + }; +} |