diff --git a/machines/common.nix b/machines/common.nix index 577e9c6..36bdd15 100644 --- a/machines/common.nix +++ b/machines/common.nix @@ -45,11 +45,7 @@ # networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; - # console = { - # font = "Lat2-Terminus16"; - # keyMap = "us"; - # useXkbConfig = true; # use xkbOptions in tty. - # }; + console.useXkbConfig = true; # Enable the X11 windowing system. services = {