forked from fediversity/fediversity
		
	Timezone and locale
This commit is contained in:
		
							parent
							
								
									dd56774f34
								
							
						
					
					
						commit
						17611b7e53
					
				
					 5 changed files with 3 additions and 24 deletions
				
			
		|  | @ -4,4 +4,7 @@ | |||
|     ./networking.nix | ||||
|     ./users.nix | ||||
|   ]; | ||||
| 
 | ||||
|   time.timeZone = "Europe/Amsterdam"; | ||||
|   i18n.defaultLocale = "en_US.UTF-8"; | ||||
| } | ||||
|  |  | |||
|  | @ -9,12 +9,6 @@ | |||
|     ip6 = "2a00:51c0:12:1201::20"; | ||||
|   }; | ||||
| 
 | ||||
|   # Set your time zone. | ||||
|   time.timeZone = "Europe/Amsterdam"; | ||||
| 
 | ||||
|   # Select internationalisation properties. | ||||
|   i18n.defaultLocale = "en_US.UTF-8"; | ||||
| 
 | ||||
|   # List packages installed in system profile. To search, run: | ||||
|   # $ nix search wget | ||||
|   environment.systemPackages = with pkgs; [ | ||||
|  |  | |||
|  | @ -9,12 +9,6 @@ | |||
|     ip6 = "2a00:51c0:12:1201::179"; | ||||
|   }; | ||||
| 
 | ||||
|   # Set your time zone. | ||||
|   time.timeZone = "Europe/Amsterdam"; | ||||
| 
 | ||||
|   # Select internationalisation properties. | ||||
|   i18n.defaultLocale = "en_US.UTF-8"; | ||||
| 
 | ||||
|   nix = { | ||||
|     settings.trusted-users = [ "@wheel" ]; | ||||
|   }; | ||||
|  |  | |||
|  | @ -9,12 +9,6 @@ | |||
|     ip6 = "2a00:51c0:12:1201::186"; | ||||
|   }; | ||||
| 
 | ||||
|   # Set your time zone. | ||||
|   time.timeZone = "Europe/Amsterdam"; | ||||
| 
 | ||||
|   # Select internationalisation properties. | ||||
|   i18n.defaultLocale = "en_US.UTF-8"; | ||||
| 
 | ||||
|   # List packages installed in system profile. To search, run: | ||||
|   # $ nix search wget | ||||
|   environment.systemPackages = with pkgs; [ | ||||
|  |  | |||
|  | @ -71,12 +71,6 @@ | |||
| 
 | ||||
|   users.users.nginx.extraGroups = [ "acme" ]; | ||||
| 
 | ||||
|   # Set your time zone. | ||||
|   time.timeZone = "Europe/Amsterdam"; | ||||
| 
 | ||||
|   # Select internationalisation properties. | ||||
|   i18n.defaultLocale = "en_US.UTF-8"; | ||||
| 
 | ||||
|   # List packages installed in system profile. To search, run: | ||||
|   # $ nix search wget | ||||
|   environment.systemPackages = with pkgs; [ | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue