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