Add git-crypt
This commit is contained in:
parent
c35b6ab593
commit
845afbe4c8
2 changed files with 4 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
|
@ -1 +1,2 @@
|
|||
**/secrets/** filter=git-crypt diff=git-crypt
|
||||
**/secrets.yaml diff=sops
|
||||
|
|
|
|||
|
|
@ -153,4 +153,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
git-crypt
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue