diff --git a/lambda/configuration.nix b/lambda/configuration.nix index 0b849fc..ba2a0fb 100644 --- a/lambda/configuration.nix +++ b/lambda/configuration.nix @@ -78,10 +78,6 @@ time.timeZone = "Europe/Stockholm"; i18n.defaultLocale = "en_GB.UTF-8"; i18n.supportedLocales = [ "sv_SE.UTF-8/UTF-8" "en_GB.UTF-8/UTF-8" ]; - console = { - font = "LatGrkCyr-12x22"; - keyMap = "us"; - }; # [NIX] nix = { @@ -127,7 +123,10 @@ }; # [TTY] - console.useXkbConfig = true; + console = { + useXkbConfig = true; + font = "LatGrkCyr-12x22"; + }; # [SOUND] sound.enable = false;