forked from jan-leila/nix-config
		
	removed rsa from default hostKeys
This commit is contained in:
		
							parent
							
								
									19a9b06c4e
								
							
						
					
					
						commit
						caa08f1c18
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		|  | @ -13,11 +13,6 @@ | ||||||
|     hostKeys = lib.mkOption { |     hostKeys = lib.mkOption { | ||||||
|       type = lib.types.listOf lib.types.attrs; |       type = lib.types.listOf lib.types.attrs; | ||||||
|       default = [ |       default = [ | ||||||
|         { |  | ||||||
|           type = "rsa"; |  | ||||||
|           bits = 4096; |  | ||||||
|           path = ".ssh/${config.home.username}_${osConfig.networking.hostName}_rsa"; |  | ||||||
|         } |  | ||||||
|         { |         { | ||||||
|           type = "ed25519"; |           type = "ed25519"; | ||||||
|           path = ".ssh/${config.home.username}_${osConfig.networking.hostName}_ed25519"; |           path = ".ssh/${config.home.username}_${osConfig.networking.hostName}_ed25519"; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue