@vultr: set console.keyMap to dvorak
This commit is contained in:
parent
a8222b0b32
commit
2c95d50761
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@
|
||||||
|
|
||||||
# vnc
|
# vnc
|
||||||
services.getty.autologinUser = "root";
|
services.getty.autologinUser = "root";
|
||||||
|
console = {
|
||||||
|
earlySetup = true;
|
||||||
|
keyMap = "dvorak";
|
||||||
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
useNetworkd = true;
|
useNetworkd = true;
|
||||||
|
|
Loading…
Reference in a new issue