rename obsolete options
This commit is contained in:
parent
e507550ca7
commit
5465768f1c
1 changed files with 3 additions and 5 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue