mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
graphical pinentry
This commit is contained in:
parent
92cbf33aa0
commit
705d040040
@ -77,17 +77,20 @@
|
||||
enable = true;
|
||||
# ... Also sets SSH_AUTH_SOCK environment variable correctly.
|
||||
enableSSHSupport = true;
|
||||
pinentryFlavor = "curses";
|
||||
#pinentryFlavor = "curses";
|
||||
pinentryFlavor = "gnome3";
|
||||
};
|
||||
};
|
||||
|
||||
# users.users.yoda = {
|
||||
# packages = with pkgs; [
|
||||
# pinentry-curses
|
||||
# #pinentry-curses
|
||||
# pinentry-gnome
|
||||
# ];
|
||||
# };
|
||||
# environment.systemPackages = with pkgs; [
|
||||
# pinentry-curses
|
||||
# #pinentry-curses
|
||||
# pinentry-gnome
|
||||
# ];
|
||||
|
||||
# Smartcard daemon.
|
||||
|
Loading…
Reference in New Issue
Block a user