Skip to content

Commit

Permalink
hosts/kore: remove deprecated boot.loader.raspberryPi
Browse files Browse the repository at this point in the history
See NixOS/nixpkgs#241534 for more information.
  • Loading branch information
kalbasit committed Mar 24, 2024
1 parent c0a95dd commit c261c3f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hosts/nixoses/kore/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
# Use the extlinux boot loader. (NixOS wants to enable GRUB by default)
boot.loader.grub.enable = false;

boot.loader.raspberryPi.enable = true;
boot.loader.raspberryPi.version = 3;
boot.loader.raspberryPi.uboot.enable = true;
boot.loader.raspberryPi.firmwareConfig = "force_turbo=1";

boot.kernelParams = [ "console=ttyS1,115200n8" ];

fileSystems."/" =
Expand Down

0 comments on commit c261c3f

Please sign in to comment.