Skip to content

Commit

Permalink
fix(nixos): remove depracted raspberryPi loader
Browse files Browse the repository at this point in the history
  • Loading branch information
truelecter committed Dec 7, 2024
1 parent f8ddd5d commit ec8fd37
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions cells/nixos/hosts/pikiosk/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
enable = true;
configurationLimit = 1;
};
raspberryPi = {
enable = false;
# uboot.enable = true;
uboot.configurationLimit = 1;
version = 4;
};
};
consoleLogLevel = 8;
initrd.availableKernelModules = lib.mkForce [
Expand Down
2 changes: 0 additions & 2 deletions cells/nixos/hosts/trizero/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
kernelPackages = pkgs.linuxPackages_rpi4;
loader = {
grub.enable = false;
raspberryPi.enable = false;

generic-extlinux-compatible = {
enable = true;
configurationLimit = 5;
Expand Down
2 changes: 0 additions & 2 deletions cells/nixos/hosts/voron/hardware-configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
kernelPackages = pkgs.linuxPackages_rpi4;
loader = {
grub.enable = false;
raspberryPi.enable = false;

generic-extlinux-compatible = {
enable = true;
configurationLimit = 5;
Expand Down

0 comments on commit ec8fd37

Please sign in to comment.