swap yubi agent with gpg-agent
This commit is contained in:
		
							parent
							
								
									2c310eb42b
								
							
						
					
					
						commit
						281e9a06ee
					
				@ -33,7 +33,7 @@
 | 
				
			|||||||
      btop              # Resource Manager
 | 
					      btop              # Resource Manager
 | 
				
			||||||
      pfetch            # Minimal fetch
 | 
					      pfetch            # Minimal fetch
 | 
				
			||||||
      ranger            # File Manager
 | 
					      ranger            # File Manager
 | 
				
			||||||
      yubikey-agent     # sign and authorize 2nd Fac
 | 
					      gnupg             # sign and authorize 2nd Fac
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
      # Video/Audio
 | 
					      # Video/Audio
 | 
				
			||||||
      feh               # Image Viewer
 | 
					      feh               # Image Viewer
 | 
				
			||||||
 | 
				
			|||||||
@ -50,17 +50,23 @@
 | 
				
			|||||||
#    ];
 | 
					#    ];
 | 
				
			||||||
#  };
 | 
					#  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#  programs = {                              # No xbacklight, this is the alterantive
 | 
					  programs = {                              # No xbacklight, this is the alterantive
 | 
				
			||||||
#    dconf.enable = true;
 | 
					#    dconf.enable = true;
 | 
				
			||||||
#    light.enable = true;
 | 
					#    light.enable = true;
 | 
				
			||||||
#  };
 | 
					    #ssh.agent.enable = true
 | 
				
			||||||
 | 
					    gnupg.agent = {
 | 
				
			||||||
 | 
					      enable = true;
 | 
				
			||||||
 | 
					      enableSSHSupport = true;
 | 
				
			||||||
 | 
					      pinentryFlavor = "curses";
 | 
				
			||||||
 | 
					    };
 | 
				
			||||||
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  services = {
 | 
					  services = {
 | 
				
			||||||
#    tlp.enable = true;                      # TLP and auto-cpufreq for power management
 | 
					#    tlp.enable = true;                      # TLP and auto-cpufreq for power management
 | 
				
			||||||
    #logind.lidSwitch = "ignore";            # Laptop does not go to sleep when lid is closed
 | 
					    #logind.lidSwitch = "ignore";            # Laptop does not go to sleep when lid is closed
 | 
				
			||||||
    auto-cpufreq.enable = true;
 | 
					    auto-cpufreq.enable = true;
 | 
				
			||||||
    #blueman.enable = true;
 | 
					    #blueman.enable = true;
 | 
				
			||||||
    yubikey-agent.enable = true;
 | 
					    pcscd.enable = true;
 | 
				
			||||||
    printing = {                            # Printing and drivers for TS5300
 | 
					    printing = {                            # Printing and drivers for TS5300
 | 
				
			||||||
      enable = true;
 | 
					      enable = true;
 | 
				
			||||||
      drivers = [ pkgs.gutenprint ];
 | 
					      drivers = [ pkgs.gutenprint ];
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user