25.05: fix defaultLocale string
This commit is contained in:
		
							parent
							
								
									ce66f177fb
								
							
						
					
					
						commit
						707e8143a0
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -53,7 +53,7 @@
 | 
				
			||||||
  # Set your time zone.
 | 
					  # Set your time zone.
 | 
				
			||||||
  time.timeZone = "America/Sao_Paulo";
 | 
					  time.timeZone = "America/Sao_Paulo";
 | 
				
			||||||
  # Select internationalisation properties.
 | 
					  # Select internationalisation properties.
 | 
				
			||||||
  i18n.defaultLocale = "pt_BR.utf8";
 | 
					  i18n.defaultLocale = "pt_BR.UTF-8";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  boot.kernel.sysctl."fs.inotify.max_user_watches" = 1048576;
 | 
					  boot.kernel.sysctl."fs.inotify.max_user_watches" = 1048576;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
  time.timeZone = "America/Sao_Paulo";
 | 
					  time.timeZone = "America/Sao_Paulo";
 | 
				
			||||||
  environment.variables.TZ = config.time.timeZone;
 | 
					  environment.variables.TZ = config.time.timeZone;
 | 
				
			||||||
  i18n.defaultLocale = "pt_BR.utf8";
 | 
					  i18n.defaultLocale = "pt_BR.UTF-8";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # Configure keymap in X11
 | 
					  # Configure keymap in X11
 | 
				
			||||||
  services.xserver.xkb = {
 | 
					  services.xserver.xkb = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue