7 lines
		
	
	
		
			93 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			93 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ ... }: {
 | 
						|
  programs.gnupg.agent = {
 | 
						|
    enable = true;
 | 
						|
    enableSSHSupport = true;
 | 
						|
  };
 | 
						|
}
 |