1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-01 00:29:40 +01:00

lenovo/z/gen2/z13: Add modem fcc unlock

This commit is contained in:
Armin 2024-10-27 03:45:47 +01:00
parent e8a2f6d551
commit e907785673

View file

@ -6,4 +6,11 @@
];
environment.etc."asound.conf".source = ./asound.conf;
networking.networkmanager.fccUnlockScripts = [
{
id = "2c7c:030a";
path = "${pkgs.modemmanager}/share/ModemManager/fcc-unlock.available.d/2c7c:030a";
}
];
}