9 lines
166 B
Nix
9 lines
166 B
Nix
|
|
{
|
||
|
|
# Time
|
||
|
|
time.timeZone = "Europe/Warsaw";
|
||
|
|
services.ntp.enable = true;
|
||
|
|
|
||
|
|
# Keyboard
|
||
|
|
console.keyMap = "pl";
|
||
|
|
services.xserver.xkb.layout = "pl";
|
||
|
|
}
|