From f749561c1fcc6440e5c978ef82441ca66a5a3a7c Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 30 Jan 2024 17:35:28 +0900 Subject: [PATCH] test --- nixos/hosts/piaware-rpi4/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nixos/hosts/piaware-rpi4/default.nix b/nixos/hosts/piaware-rpi4/default.nix index c26ee4b6..26a1feb1 100644 --- a/nixos/hosts/piaware-rpi4/default.nix +++ b/nixos/hosts/piaware-rpi4/default.nix @@ -36,8 +36,7 @@ fsType = "ext4"; }; - hardware.enableRedistributableFirmware = false; - hardware.firmware = [ pkgs.raspberrypiWirelessFirmware]; + hardware.enableRedistributableFirmware = true; swapDevices = [ ]; networking.useDHCP = lib.mkDefault true;