forked from jan-leila/nix-config
		
	fixed SSH on defiant
This commit is contained in:
		
							parent
							
								
									15e0c1b6c4
								
							
						
					
					
						commit
						22b40edb24
					
				
					 1 changed files with 5 additions and 2 deletions
				
			
		|  | @ -19,8 +19,11 @@ | ||||||
|     } |     } | ||||||
|     (lib.mkIf config.host.impermanence.enable { |     (lib.mkIf config.host.impermanence.enable { | ||||||
|       environment.persistence."/persist/system/root" = { |       environment.persistence."/persist/system/root" = { | ||||||
|         directories = [ |         files = [ | ||||||
|           "/etc/ssh" |           "/etc/ssh/ssh_host_ed25519_key" | ||||||
|  |           "/etc/ssh/ssh_host_ed25519_key.pub" | ||||||
|  |           "/etc/ssh/ssh_host_rsa_key" | ||||||
|  |           "/etc/ssh/ssh_host_rsa_key.pub" | ||||||
|         ]; |         ]; | ||||||
|       }; |       }; | ||||||
|     }) |     }) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue