mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user