From 0e8c8476d4996666405e890cb08aea7e43f7c962 Mon Sep 17 00:00:00 2001 From: CDaut Date: Thu, 9 Oct 2025 08:37:27 +0200 Subject: [PATCH] remove amdvlk and fix Arch boot entry --- configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index b4d51d3..81b73b2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -20,7 +20,7 @@ sort-key arch linux /vmlinuz-linux 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 virtualisation.docker.enable = true; - hardware.graphics.extraPackages = with pkgs; [ - amdvlk - ]; # firefox screen sharing xdg = {