(desktop) Gen 489: Temporarily disabled amdgpu.amdvlk due to build failure

This commit is contained in:
pagedMov
2024-10-15 18:44:34 -04:00
parent 6da93561ea
commit 835732e9e0
2 changed files with 7 additions and 4 deletions

6
flake.lock generated
View File

@@ -825,11 +825,11 @@
}, },
"nur": { "nur": {
"locked": { "locked": {
"lastModified": 1729024314, "lastModified": 1729031606,
"narHash": "sha256-iV0bSTjoa3GDNQO85IVc5V5n1Dg9C1vDLhEWioO8924=", "narHash": "sha256-jkNTTsaFqK1Fw9PZZVf8LGgTTXZCRHMxUSjRFqwcsog=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "da1c520a9acd9a9d1402db1939c9b9a2fa49b4b8", "rev": "2476177b9e2bb9cde1393c928ba58574d6b6d78f",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -46,7 +46,10 @@
hardware = { hardware = {
cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
keyboard.uhk.enable = true; keyboard.uhk.enable = true;
amdgpu.amdvlk.enable = true; amdgpu.amdvlk = {
enable = false;
support32Bit.enable = true;
};
bluetooth = { bluetooth = {
enable = true; enable = true;
powerOnBoot = true; powerOnBoot = true;