forked from jan-leila/nix-config
		
	added ssh to defiant
This commit is contained in:
		
							parent
							
								
									6dd46478a3
								
							
						
					
					
						commit
						4ab2cad4d2
					
				
					 1 changed files with 13 additions and 0 deletions
				
			
		|  | @ -40,6 +40,19 @@ | ||||||
|   services.xserver.desktopManager.gnome.enable = true; |   services.xserver.desktopManager.gnome.enable = true; | ||||||
|   services.xserver.desktopManager.xterm.enable = false; |   services.xserver.desktopManager.xterm.enable = false; | ||||||
| 
 | 
 | ||||||
|  |   # temp enable password auth over ssh for setup | ||||||
|  |   services.openssh = { | ||||||
|  |     enable = true; | ||||||
|  |     ports = [ 22 ]; | ||||||
|  |     settings = { | ||||||
|  |       PasswordAuthentication = true; | ||||||
|  |       AllowUsers = [ "leyla" ]; # Allows all users by default. Can be [ "user1" "user2" ] | ||||||
|  |       UseDns = true; | ||||||
|  |       X11Forwarding = false; | ||||||
|  |       PermitRootLogin = "without-password"; # "yes", "without-password", "prohibit-password", "forced-commands-only", "no" | ||||||
|  |     }; | ||||||
|  |   }; | ||||||
|  | 
 | ||||||
|   # This value determines the NixOS release from which the default |   # This value determines the NixOS release from which the default | ||||||
|   # settings for stateful data, like file locations and database versions |   # settings for stateful data, like file locations and database versions | ||||||
|   # on your system were taken. It‘s perfectly fine and recommended to leave |   # on your system were taken. It‘s perfectly fine and recommended to leave | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue