From 6c6121e3110b9f8c6c1da13aa889c650008dff46 Mon Sep 17 00:00:00 2001 From: Jasper Ras Date: Thu, 14 Nov 2024 14:38:40 +0100 Subject: git-crypt init --- .gitattributes | 2 ++ flake.lock | Bin 15114 -> 15136 bytes secrets.nix | Bin 0 -> 27 bytes 3 files changed, 2 insertions(+) create mode 100644 .gitattributes create mode 100644 secrets.nix diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..b768f94 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +flake.lock filter=git-crypt diff=git-crypt +secrets.nix filter=git-crypt diff=git-crypt diff --git a/flake.lock b/flake.lock index 1030cc5..62148b2 100644 Binary files a/flake.lock and b/flake.lock differ diff --git a/secrets.nix b/secrets.nix new file mode 100644 index 0000000..32c6760 Binary files /dev/null and b/secrets.nix differ -- cgit v1.2.3