Fix patches.nix

As discussed here: https://github.com/NixOS/nixos-hardware/issues/523

1) `structuredExtraConfig` is called `extraStructuredConfig` when using `kernelPatches`

2) STREAMING_MEDIA should be STAGING_MEDIA
This commit is contained in:
damianoognissanti 2024-01-16 18:28:45 +01:00 committed by GitHub
parent bee2202bec
commit 6b5d311cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@
{
name = "microsoft-surface-patches-linux-${version}";
patch = null;
structuredExtraConfig = with kernel; {
STREAMING_MEDIA = yes;
extraStructuredConfig = with kernel; {
STAGING_MEDIA = yes;
#
# Surface Aggregator Module