update to nixos 23.05
This commit is contained in:
		
							parent
							
								
									8bbdb28d32
								
							
						
					
					
						commit
						778794f91b
					
				
					 11 changed files with 189 additions and 247 deletions
				
			
		| 
						 | 
				
			
			@ -50,10 +50,12 @@
 | 
			
		|||
  security.rtkit.enable = true;
 | 
			
		||||
  services.openssh = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    kbdInteractiveAuthentication = false;
 | 
			
		||||
    passwordAuthentication = false;
 | 
			
		||||
    permitRootLogin = "no";
 | 
			
		||||
    ports = [ 9022 ];
 | 
			
		||||
    settings = {
 | 
			
		||||
      PermitRootLogin = "no";
 | 
			
		||||
      PasswordAuthentication = false;
 | 
			
		||||
      KbdInteractiveAuthentication = false;
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
  # programs.ssh = {
 | 
			
		||||
  #   startAgent = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue