swap yubi agent with gpg-agent

This commit is contained in:
Kabbone 2022-09-19 17:30:03 +02:00
parent 2c310eb42b
commit 281e9a06ee
2 changed files with 10 additions and 4 deletions

View File

@ -33,7 +33,7 @@
btop # Resource Manager
pfetch # Minimal fetch
ranger # File Manager
yubikey-agent # sign and authorize 2nd Fac
gnupg # sign and authorize 2nd Fac
# Video/Audio
feh # Image Viewer

View File

@ -50,17 +50,23 @@
# ];
# };
# programs = { # No xbacklight, this is the alterantive
programs = { # No xbacklight, this is the alterantive
# dconf.enable = true;
# light.enable = true;
# };
#ssh.agent.enable = true
gnupg.agent = {
enable = true;
enableSSHSupport = true;
pinentryFlavor = "curses";
};
};
services = {
# tlp.enable = true; # TLP and auto-cpufreq for power management
#logind.lidSwitch = "ignore"; # Laptop does not go to sleep when lid is closed
auto-cpufreq.enable = true;
#blueman.enable = true;
yubikey-agent.enable = true;
pcscd.enable = true;
printing = { # Printing and drivers for TS5300
enable = true;
drivers = [ pkgs.gutenprint ];