Skip to content

Commit d6240cc

Browse files
committed
gpd/pocket-4: default hardware.enableRedistributedFirmware to true
Fixes wifi and dmesg errors for people not using nixos-generate-config.
1 parent 4f4d97d commit d6240cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gpd/pocket-4/default.nix

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ in
1111
../../common/hidpi.nix
1212
];
1313

14+
# Needed for wifi
15+
hardware.enableRedistributableFirmware = lib.mkDefault true;
16+
1417
boot = {
1518
# As of kernel version 6.6.72, amdgpu throws a fatal error during init, resulting in a barely-working display
1619
kernelPackages = mkIf (lib.versionOlder pkgs.linux.version "6.12") pkgs.linuxPackages_latest;

0 commit comments

Comments
 (0)