git-crypt test

This commit is contained in:
Lauren Lagarde 2025-03-30 19:12:45 -05:00
parent fe538d9043
commit 5876a838a8
5 changed files with 10 additions and 1 deletions

4
.git-crypt/.gitattributes vendored Normal file
View File

@ -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

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
secrets/** filter=git-crypt diff=git-crypt

View File

@ -1,6 +1,10 @@
{ ... }: {
{ pkgs, ... }: {
home.stateVersion = "24.11";
home.packages = with pkgs; [
git-crypt
];
imports = [
./programs/vim.nix
./programs/gpg.nix

BIN
secrets/test.nix Normal file

Binary file not shown.