remove redundant gpg homedir settings
This commit is contained in:
parent
12ad31cd04
commit
5d6d9f0beb
1 changed files with 0 additions and 4 deletions
|
@ -53,9 +53,5 @@
|
|||
programs.git.extraConfig.commit.gpgsign = true;
|
||||
programs.gpg.enable = true;
|
||||
programs.gpg.homedir = "/Users/cyryl/.gnupg";
|
||||
programs.zsh.shellAliases = {
|
||||
gpg = "gpg2 --homedir /Users/cyryl/.gnupg";
|
||||
gpg2 = "gpg2 --homedir /Users/cyryl/.gnupg";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue