Pin old version of linux-firmware to fix wifi on laptop.

This commit is contained in:
Tom Alexander 2025-06-28 09:47:40 -04:00
parent 7ef079afc0
commit e5e9bba2a5
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -94,12 +94,12 @@
# "net.ipv6.conf.default.use_tempaddr" = 2;
};
# nixpkgs.overlays = [
# (final: prev: {
# inherit (pkgs-dda3dcd3f)
# linux-firmware
# ;
# })
# ];
nixpkgs.overlays = [
(final: prev: {
inherit (pkgs-dda3dcd3f)
linux-firmware
;
})
];
}