swap yubi agent with gpg-agent
This commit is contained in:
		
							parent
							
								
									2c310eb42b
								
							
						
					
					
						commit
						281e9a06ee
					
				@ -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
 | 
			
		||||
 | 
			
		||||
@ -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 ];
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user