Commit 50338444a926

Vincent Demeester <vincent@sbr.pm>
2016-11-26 01:05:03
Disable supported locales for now…
… nixos is acting weird… Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 37b3fcf
Changed files (1)
configuration
configuration/common.nix
@@ -23,7 +23,7 @@
 		consoleFont = "Lat2-Terminus16";
 		consoleKeyMap = "fr";
 		defaultLocale = "en_US.UTF-8";
-		supportedLocales = [ "en_US/ISO-8859-1" "fr_FR/ISO-8859-1" "fr_FR@euro/ISO-8859-15" ];
+		# supportedLocales = [ "en_US/ISO-8859-1" "fr_FR/ISO-8859-1" "fr_FR@euro/ISO-8859-15" ];
 	};
 
 	time.timeZone = "Europe/Paris";