From 5465768f1c9627afd47dcc1bb08765633d201ef3 Mon Sep 17 00:00:00 2001 From: liv Date: Mon, 19 Aug 2024 19:09:45 +0200 Subject: [PATCH] rename obsolete options --- nixos/yukari/configuration.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/nixos/yukari/configuration.nix b/nixos/yukari/configuration.nix index b5fa71f..10282b7 100644 --- a/nixos/yukari/configuration.nix +++ b/nixos/yukari/configuration.nix @@ -36,9 +36,7 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; boot.initrd.kernelModules = ["amdgpu"]; - hardware.opengl = { - enable = true; - }; + hardware.graphics.enable = true; networking.hostName = "yukari"; @@ -57,9 +55,9 @@ LC_TIME = "de_DE.UTF-8"; }; - services.xserver = { + services.xserver.xkb = { layout = "us"; - xkbVariant = ""; + variant = ""; }; users.users = {