rename obsolete options

This commit is contained in:
insects 2024-08-19 19:09:45 +02:00
parent e507550ca7
commit 5465768f1c

View file

@ -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 = {