@vultr: set console.keyMap to dvorak

This commit is contained in:
Guanran Wang 2024-09-30 19:45:07 +08:00
parent a8222b0b32
commit 2c95d50761
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -22,6 +22,10 @@
# vnc
services.getty.autologinUser = "root";
console = {
earlySetup = true;
keyMap = "dvorak";
};
networking = {
useNetworkd = true;