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;
|
keyboardLayout = config.var.keyboardLayout;
|
||||||
configDir = config.var.configDirectory;
|
configDir = config.var.configDirectory;
|
||||||
in {
|
in {
|
||||||
|
|
||||||
networking.hostName = hostname;
|
networking.hostName = hostname;
|
||||||
|
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
@@ -18,7 +17,10 @@ in {
|
|||||||
allowReboot = false;
|
allowReboot = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
time.timeZone = config.var.timeZone;
|
time = {
|
||||||
|
timeZone = config.var.timeZone;
|
||||||
|
hardwareClockInLocalTime = true;
|
||||||
|
};
|
||||||
i18n.defaultLocale = config.var.defaultLocale;
|
i18n.defaultLocale = config.var.defaultLocale;
|
||||||
i18n.extraLocaleSettings = {
|
i18n.extraLocaleSettings = {
|
||||||
LC_ADDRESS = config.var.extraLocale;
|
LC_ADDRESS = config.var.extraLocale;
|
||||||
|
|||||||
Reference in New Issue
Block a user