forked from fabian/nix
		
	update gpg settings
This commit is contained in:
		
							parent
							
								
									60fa9da64c
								
							
						
					
					
						commit
						d10cf8b25f
					
				
					 1 changed files with 12 additions and 1 deletions
				
			
		|  | @ -25,9 +25,20 @@ in { | ||||||
| 
 | 
 | ||||||
|     services.gpg-agent = { |     services.gpg-agent = { | ||||||
|       enable = true; |       enable = true; | ||||||
|  |        | ||||||
|       enableZshIntegration = true; |       enableZshIntegration = true; | ||||||
|       pinentryPackage = pkgs.pinentry-emacs; |       enableBashIntegration = true; | ||||||
|  |        | ||||||
|  |       enableExtraSocket = true; | ||||||
|       enableSshSupport = true; |       enableSshSupport = true; | ||||||
|  | 
 | ||||||
|  |       defaultCacheTtl = 3600 * 3; | ||||||
|  |       defaultCacheTtlSsh = 3600 * 3; | ||||||
|  | 
 | ||||||
|  |       maxCacheTtl = 3600 * 6; | ||||||
|  |       maxCacheTtlSsh = 3600 * 6; | ||||||
|  | 
 | ||||||
|  |       pinentryPackage = pkgs.pinentry-emacs; | ||||||
|     }; |     }; | ||||||
| 
 | 
 | ||||||
|     accounts.email.accounts = { |     accounts.email.accounts = { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue