sourcephile
/
git
/
sourcephile-nix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add 1 git-crypt collaborator
[sourcephile-nix.git]
/
shell
/
gnupg.nix
diff --git
a/shell/gnupg.nix
b/shell/gnupg.nix
index d4f774ce80bce53001a2b1b3937ac5600f235515..7f1b15b4785c2642a506c9a465ea5fa0ef289059 100644
(file)
--- a/
shell/gnupg.nix
+++ b/
shell/gnupg.nix
@@
-34,7
+34,7
@@
gnupg.keys = {
algo = "rsa4096";
expire = "0";
usage = ["cert" "sign"];
- passPath = "hosts/${host}/
root/key.pass
";
+ passPath = "hosts/${host}/
gnupg/root
";
subKeys = [
{ algo = "rsa4096"; expire = "0"; usage = ["encrypt"]; }
];