remove amdvlk and fix Arch boot entry
This commit is contained in:
parent
84e0bf5d43
commit
0e8c8476d4
1 changed files with 1 additions and 4 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue