Merge commit '29bb9a4'
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user