diff options
author | Soispha <soispha@vhack.eu> | 2023-10-17 22:43:20 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-17 22:50:31 +0200 |
commit | c60edf8388fd9b8b0b48fc3a4f6e5c7e753adc7d (patch) | |
tree | 59bb3142773a08885db97a688ad6b969cc8736e4 /.gitattributes | |
parent | fix(system/services/taskserver): Disable debug (diff) | |
download | nixos-server-c60edf8388fd9b8b0b48fc3a4f6e5c7e753adc7d.tar.gz nixos-server-c60edf8388fd9b8b0b48fc3a4f6e5c7e753adc7d.zip |
feat(system/services/taskserver): Add a way to connect users together
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index afc2bcc..6c4d35c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ system/services/mail/users.nix filter=git-crypt diff=git-crypt system/services/nginx/hosts.nix filter=git-crypt diff=git-crypt system/services/taskserver/organisations.nix filter=git-crypt diff=git-crypt +system/services/taskserver/connected_users.nix filter=git-crypt diff=git-crypt |