hardwareclock confi

Former-commit-id: 2146ce8360
This commit is contained in:
Hadi
2025-03-05 14:19:00 +01:00
parent ee976873ce
commit 62b2ff0090

View File

@@ -4,7 +4,6 @@ let
keyboardLayout = config.var.keyboardLayout;
configDir = config.var.configDirectory;
in {
networking.hostName = hostname;
networking.networkmanager.enable = true;
@@ -18,7 +17,10 @@ in {
allowReboot = false;
};
time.timeZone = config.var.timeZone;
time = {
timeZone = config.var.timeZone;
hardwareClockInLocalTime = true;
};
i18n.defaultLocale = config.var.defaultLocale;
i18n.extraLocaleSettings = {
LC_ADDRESS = config.var.extraLocale;