Skip to content

Commit

Permalink
Update tinyboot
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbaur committed Aug 15, 2023
1 parent cce2f4c commit ed0d284
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 38 deletions.
66 changes: 33 additions & 33 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions nixos-configurations/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,8 @@ in

bpi-r3-installer = mkInstaller {
modules = [
# ../nixos-modules/sd-image.nix
({ lib, modulesPath, ... }: {
imports = [ "${modulesPath}/installer/sd-card/sd-image-aarch64.nix" ];
boot.initrd.systemd.enable = true;
sdImage.populateFirmwareCommands = lib.mkForce "";
../nixos-modules/sd-image.nix
({ ... }: {
nixpkgs.hostPlatform = "aarch64-linux";
hardware.bpi-r3.enable = true;
custom.server.enable = true; # limits packages needed for cross-compilation
Expand Down

0 comments on commit ed0d284

Please sign in to comment.