diff options
author | Soispha <soispha@vhack.eu> | 2023-05-20 12:21:45 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-20 12:22:18 +0200 |
commit | eeb9d280886e07ba5b93e26a25a587ed9ecb22be (patch) | |
tree | 4f44a18d296ffffdc051197f219fad61e051c8a1 | |
parent | Chore(flake): Update (diff) | |
download | nixos-server-eeb9d280886e07ba5b93e26a25a587ed9ecb22be.tar.gz nixos-server-eeb9d280886e07ba5b93e26a25a587ed9ecb22be.zip |
Build(git-crypt): Add
-rw-r--r-- | .git-crypt/.gitattributes | 4 | ||||
-rw-r--r-- | .git-crypt/keys/default/0/9606FC749FCE16360723D4ADA5E94010C3A642AD.gpg | bin | 0 -> 293 bytes | |||
-rw-r--r-- | .gitattributes | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/.git-crypt/.gitattributes b/.git-crypt/.gitattributes new file mode 100644 index 0000000..665b10e --- /dev/null +++ b/.git-crypt/.gitattributes @@ -0,0 +1,4 @@ +# Do not edit this file. To specify the files to encrypt, create your own +# .gitattributes file in the directory where your files are. +* !filter !diff +*.gpg binary diff --git a/.git-crypt/keys/default/0/9606FC749FCE16360723D4ADA5E94010C3A642AD.gpg b/.git-crypt/keys/default/0/9606FC749FCE16360723D4ADA5E94010C3A642AD.gpg new file mode 100644 index 0000000..52731e5 --- /dev/null +++ b/.git-crypt/keys/default/0/9606FC749FCE16360723D4ADA5E94010C3A642AD.gpg Binary files differdiff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..386aea7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +system/mail/users.nix filter=git-crypt diff=git-crypt |