diff --git a/README.org b/README.org index 207dcc9..7c56117 100644 --- a/README.org +++ b/README.org @@ -676,9 +676,9 @@ This section is very much a work in progress. I have struggled to get this devic { config, pkgs, lib, inputs, ... }: { - # imports = [ - # inputs.nixos-hardware.nixosModules.raspberry-pi-4 - # ]; + imports = [ + inputs.nixos-hardware.nixosModules.raspberry-pi-4 + ]; # boot.kernelPackages = pkgs.linuxPackages_rpi4; boot.tmpOnTmpfs = true; @@ -706,7 +706,7 @@ This section is very much a work in progress. I have struggled to get this devic sound.enable = true; hardware.pulseaudio.enable = true; hardware.enableRedistributableFirmware = true; - # hardware.raspberry-pi."4".fkms-3d.enable = true; + hardware.raspberry-pi."4".fkms-3d.enable = true; fileSystems = { "/" = { diff --git a/hosts/raspberry/hardware.nix b/hosts/raspberry/hardware.nix index eb1abee..e97b545 100644 --- a/hosts/raspberry/hardware.nix +++ b/hosts/raspberry/hardware.nix @@ -2,9 +2,9 @@ { config, pkgs, lib, inputs, ... }: { - # imports = [ - # inputs.nixos-hardware.nixosModules.raspberry-pi-4 - # ]; + imports = [ + inputs.nixos-hardware.nixosModules.raspberry-pi-4 + ]; # boot.kernelPackages = pkgs.linuxPackages_rpi4; boot.tmpOnTmpfs = true; @@ -32,7 +32,7 @@ sound.enable = true; hardware.pulseaudio.enable = true; hardware.enableRedistributableFirmware = true; - # hardware.raspberry-pi."4".fkms-3d.enable = true; + hardware.raspberry-pi."4".fkms-3d.enable = true; fileSystems = { "/" = {