9 lines
124 B
Nix
9 lines
124 B
Nix
{
|
|
networking = {
|
|
hostName = "tami-mac";
|
|
networkmanager.enable = true;
|
|
};
|
|
|
|
time.timeZone = "Asia/Jerusalem";
|
|
}
|