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