mirror of
				https://github.com/lxstinthesky/matrix.git
				synced 2025-11-04 01:42:45 +00:00 
			
		
		
		
	A simple flake setup with tests and VM support
This commit is contained in:
		
							
								
								
									
										8
									
								
								nix/modules/ssh.nix
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								nix/modules/ssh.nix
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
{ config, pkgs, inputs, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  services.openssh = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    # permitRootLogin = "no";
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user