forked from jan-leila/nix-config
		
	set timezone automatically
This commit is contained in:
		
							parent
							
								
									e728268b9b
								
							
						
					
					
						commit
						292d9d0790
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		|  | @ -15,7 +15,7 @@ | |||
|   networking.networkmanager.enable = true; | ||||
| 
 | ||||
|   # Set your time zone. | ||||
|   time.timeZone = "America/Chicago"; | ||||
|   # time.timeZone = "America/Chicago"; | ||||
| 
 | ||||
|   i18n.defaultLocale = "en_US.UTF-8"; | ||||
| 
 | ||||
|  | @ -114,6 +114,10 @@ | |||
|   }; | ||||
| 
 | ||||
|   services = { | ||||
|     automatic-timezoned = { | ||||
|       enable = true; | ||||
|     }; | ||||
|      | ||||
|     openssh = { | ||||
|       enable = true; | ||||
|       ports = [22]; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue