back to stable so i can use davinci

This commit is contained in:
voidarclabs
2026-02-05 17:40:42 +00:00
parent 0325485744
commit 29bb9a4c75
5 changed files with 62 additions and 54 deletions

View File

@@ -163,10 +163,10 @@
tailscale
# Thunar stuff
thunar
thunar-volman
thunar-vcs-plugin
thunar-archive-plugin
xfce.thunar
xfce.thunar-volman
xfce.thunar-vcs-plugin
xfce.thunar-archive-plugin
# Apps
pavucontrol

View File

@@ -22,12 +22,23 @@
SUBSYSTEM=="usb", ATTR{idVendor}=="04e8", MODE="0666", GROUP="plugdev"
'';
hardware.amdgpu.initrd.enable = true;
# Opengl and vulkan
hardware.graphics = {
enable = true;
enable32Bit = true;
extraPackages = with pkgs; [
# This is the most critical package for AMD OpenCL
rocmPackages.clr.icd
];
};
boot.kernelParams = [
"amdgpu.noretry=0"
"amdgpu.gpu_recovery=1"
];
# Wake on Lan
networking.interfaces.enp5s0.wakeOnLan.enable = true;
networking.firewall.enable = false;