emacs pinentrny
This commit is contained in:
parent
9a4c6e21d8
commit
0b22a66fe3
2 changed files with 6 additions and 1 deletions
|
@ -30,9 +30,11 @@
|
|||
experimental-features = ["nix-command" "flakes"];
|
||||
substituters = [
|
||||
"https://cache.garnix.io"
|
||||
"https://nix-community.cachix.org"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -54,9 +54,11 @@
|
|||
experimental-features = ["nix-command" "flakes"];
|
||||
substituters = [
|
||||
"https://cache.garnix.io"
|
||||
"https://nix-community.cachix.org"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
};
|
||||
|
||||
|
@ -97,7 +99,8 @@
|
|||
#pinentryPackage = null;
|
||||
settings = {
|
||||
# pinentry-program = "/mnt/c/Program Files (x86)/Gpg4win/bin/pinentry.exe";
|
||||
allow-loopback-entry = true;
|
||||
allow-emacs-pinentry = "";
|
||||
allow-loopback-pinentry = "";
|
||||
};
|
||||
};
|
||||
# bare minimum
|
||||
|
|
Loading…
Reference in a new issue