remove amdvlk and fix Arch boot entry

This commit is contained in:
CDaut 2025-10-09 08:37:27 +02:00
parent 84e0bf5d43
commit 0e8c8476d4
Signed by: clara
GPG key ID: 223391B52FAD4463

View file

@ -20,7 +20,7 @@
sort-key arch sort-key arch
linux /vmlinuz-linux linux /vmlinuz-linux
initrd /initramfs-linux.img initrd /initramfs-linux.img
options cryptdevice=PARTUUID=6fa1b92d-1667-420a-a0e6-8f3116759115:root root=/dev/mapper/root zswap.enabled=0 rw rootfstype=btrfs amdgpu module_blacklist=nvidia options cryptdevice=PARTUUID=6fa1b92d-1667-420a-a0e6-8f3116759115:root root=/dev/mapper/root zswap.enabled=0 rw rootfstype=btrfs amdgpu
''; '';
}; };
}; };
@ -315,9 +315,6 @@
# Docker # Docker
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
hardware.graphics.extraPackages = with pkgs; [
amdvlk
];
# firefox screen sharing # firefox screen sharing
xdg = { xdg = {