Docker config changes, add nixarr host

This commit is contained in:
2025-10-19 12:59:21 -04:00
parent eceaf5d276
commit c306c61284
7 changed files with 53 additions and 7 deletions

View File

@@ -12,12 +12,8 @@
];
hardware.graphics = {
extraPackages = with pkgs; [
amdvlk
];
extraPackages32 = with pkgs; [
driversi686Linux.amdvlk
];
enable = true;
enable32Bit = true;
};
services.xserver.videoDrivers = [ "amdgpu" ];