Move some things.
This commit is contained in:
parent
5fc2467b25
commit
01eb2ddccc
@ -14,14 +14,18 @@
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# Latest kernel
|
||||
# Current lts kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages;
|
||||
|
||||
# Enable gsp
|
||||
boot.kernelParams = [
|
||||
"nouveau.config=NvGspRM=1"
|
||||
"nouveau.debug=info,VBIOS=info,gsp=debug"
|
||||
];
|
||||
|
||||
# load amdgpu and nouveau at boot
|
||||
boot.initrd.kernelModules = [ "nouveau" "amdgpu" ];
|
||||
|
||||
# Set the hostname
|
||||
networking.hostName = "nixos";
|
||||
|
||||
@ -123,9 +127,6 @@
|
||||
# Open Tablet Driver setup
|
||||
hardware.opentabletdriver.enable = true;
|
||||
|
||||
# load amdgpu and nouveau at boot
|
||||
boot.initrd.kernelModules = [ "nouveau" "amdgpu" ];
|
||||
|
||||
# Load nvidia driver for Xorg and Wayland
|
||||
services.xserver.videoDrivers = [ "amdgpu" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user