Update to linux 6.16.

This commit is contained in:
Tom Alexander
2025-09-06 17:36:57 -04:00
parent 96ea6c4232
commit b1c85417e1
4 changed files with 29 additions and 19 deletions

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
# ;
# })
# ];
}