initial commit x2
This commit is contained in:
13
system/other.nix
Normal file
13
system/other.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ config, lib, ... }: {
|
||||
networking = {
|
||||
useDHCP = lib.mkDefault true;
|
||||
hostName = "sophron";
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
time.timeZone = "Asia/Yekaterinburg";
|
||||
i18n.defaultLocale = "ru_RU.UTF-8";
|
||||
console = {
|
||||
font = "cyr-sun16";
|
||||
keyMap = "ru";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user