diff options
author | Soispha <soispha@vhack.eu> | 2023-10-04 07:29:30 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-16 17:19:52 +0200 |
commit | 257f96526d8d2e3c4b6a4d38e8ec384d4caeae43 (patch) | |
tree | 50693b984abe752fa6dcb5f59466a83f139e232d /.gitattributes | |
parent | chore(version): v0.16.0 (diff) | |
download | nixos-server-257f96526d8d2e3c4b6a4d38e8ec384d4caeae43.tar.gz nixos-server-257f96526d8d2e3c4b6a4d38e8ec384d4caeae43.zip |
fix(system/services/taskserver): Hide organisations
Diffstat (limited to '')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index b9e9c86..afc2bcc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ 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 |