Regenerated
This commit is contained in:
+292
-280
File diff suppressed because it is too large
Load Diff
@@ -150,6 +150,18 @@ in
|
||||
networking.hostName = hostname;
|
||||
system.stateVersion = "26.05";
|
||||
|
||||
#################################
|
||||
# Locale
|
||||
#################################
|
||||
|
||||
i18n = {
|
||||
defaultLocale = "nl_NL.UTF-8";
|
||||
supportedLocales = [ "nl_NL.UTF-8" "en_US.UTF-8" ];
|
||||
consoleKeyMap = "us";
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
|
||||
#################################
|
||||
# Imports
|
||||
#################################
|
||||
|
||||
@@ -16,6 +16,18 @@ in
|
||||
networking.hostName = hostname;
|
||||
system.stateVersion = "26.05";
|
||||
|
||||
#################################
|
||||
# Locale
|
||||
#################################
|
||||
|
||||
i18n = {
|
||||
defaultLocale = "nl_NL.UTF-8";
|
||||
supportedLocales = [ "nl_NL.UTF-8" "en_US.UTF-8" ];
|
||||
consoleKeyMap = "us";
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
|
||||
#################################
|
||||
# Imports
|
||||
#################################
|
||||
|
||||
Reference in New Issue
Block a user