From b287266f4d545a31abe39bf086af71e087b6362c Mon Sep 17 00:00:00 2001 From: Jan Grosser Date: Fri, 24 May 2024 01:34:55 +0200 Subject: [PATCH] Fixed warning caused by syntax change --- hosts/p14s/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/p14s/configuration.nix b/hosts/p14s/configuration.nix index 78be081..be563a3 100644 --- a/hosts/p14s/configuration.nix +++ b/hosts/p14s/configuration.nix @@ -56,8 +56,8 @@ # Configure keymap in X11 services.xserver = { - layout = "de"; - xkbVariant = ""; + xkb.layout = "de"; + xkb.variant = ""; }; # Configure console keymap