We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2501c commit f8eb613Copy full SHA for f8eb613
modules/system/default.nix
@@ -83,21 +83,7 @@
83
services.timesyncd.enable = true;
84
85
# refer: https://sourceware.org/git/?p=glibc.git;a=blob;f=localedata/SUPPORTED
86
- i18n = rec {
87
- defaultLocale = "en_US.UTF-8";
88
-
89
- extraLocaleSettings = {
90
- LC_ADDRESS = defaultLocale;
91
- LC_IDENTIFICATION = defaultLocale;
92
- LC_MEASUREMENT = defaultLocale;
93
- LC_MONETARY = defaultLocale;
94
- LC_NAME = defaultLocale;
95
- LC_NUMERIC = defaultLocale;
96
- LC_PAPER = defaultLocale;
97
- LC_TELEPHONE = defaultLocale;
98
- LC_TIME = defaultLocale;
99
- };
100
+ i18n.defaultLocale = "en_US.UTF-8";
101
102
nixpkgs.hostPlatform = lib.mkDefault my.system;
103
system.stateVersion = "23.11"; # Do no change
0 commit comments