mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2025-12-09 23:39:43 +00:00
feat: add git-crypt
- Set up git-crypt for encrypted secrets on y2q
This commit is contained in:
parent
b4bbf014a8
commit
bd9cb2afff
4 changed files with 4 additions and 0 deletions
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
secrets/gitcrypt/** filter=git-crypt diff=git-crypt
|
||||
|
|
@ -87,6 +87,8 @@
|
|||
pkgs.nix
|
||||
pkgs.home-manager
|
||||
pkgs.sops
|
||||
pkgs.git
|
||||
pkgs.git-crypt
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
|
|
|||
BIN
secrets/gitcrypt/runit/env
Normal file
BIN
secrets/gitcrypt/runit/env
Normal file
Binary file not shown.
|
|
@ -6,5 +6,6 @@ pkgs.mkShell {
|
|||
home-manager
|
||||
git
|
||||
sops
|
||||
git-crypt
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue