diff options
author | Soispha <soispha@vhack.eu> | 2023-07-05 21:35:13 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-07-07 08:01:22 +0200 |
commit | 81cf12b5cc5ae0eda2d818e0d61992f9897b7d38 (patch) | |
tree | 1c6641e17cf145d391a5941c8dcfb2d2ef916a9e | |
parent | Feat(system/disks): Add disko (diff) | |
download | nixos-server-81cf12b5cc5ae0eda2d818e0d61992f9897b7d38.tar.gz nixos-server-81cf12b5cc5ae0eda2d818e0d61992f9897b7d38.zip |
Chore(.gitattributes): Remove removed acme path
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index fff8a13..b9e9c86 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,2 @@ system/services/mail/users.nix filter=git-crypt diff=git-crypt system/services/nginx/hosts.nix filter=git-crypt diff=git-crypt -system/services/acme/domains.nix filter=git-crypt diff=git-crypt |