git-crypt test
This commit is contained in:
parent
fe538d9043
commit
5876a838a8
|
@ -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
|
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
secrets/** filter=git-crypt diff=git-crypt
|
6
base.nix
6
base.nix
|
@ -1,6 +1,10 @@
|
||||||
{ ... }: {
|
{ pkgs, ... }: {
|
||||||
home.stateVersion = "24.11";
|
home.stateVersion = "24.11";
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
git-crypt
|
||||||
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
./programs/vim.nix
|
./programs/vim.nix
|
||||||
./programs/gpg.nix
|
./programs/gpg.nix
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue