Crypto : Use tty pinentry.
This commit is contained in:
parent
48b3e8ec43
commit
9ed7e01bec
|
@ -5,6 +5,7 @@
|
|||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
enableSSHSupport = true;
|
||||
pinentryPackage = pkgs.pinentry-tty;
|
||||
};
|
||||
|
||||
# PCSC.
|
||||
|
|
|
@ -44,6 +44,11 @@
|
|||
git diff "''${@}"
|
||||
}
|
||||
|
||||
# Git diff added.
|
||||
function gda() {
|
||||
git diff --cached "''${@}"
|
||||
}
|
||||
|
||||
# Git commit.
|
||||
function gc() {
|
||||
git commit -m "''${@}"
|
||||
|
|
|
@ -14,5 +14,5 @@
|
|||
services.gnome.sushi.enable = true;
|
||||
|
||||
# Nautilus network.
|
||||
services.gnome3.gvfs.enable = true;
|
||||
services.gvfs.enable = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue