Skip to content

Commit

Permalink
experiment with grub
Browse files Browse the repository at this point in the history
  • Loading branch information
steveej committed Apr 5, 2024
1 parent c805097 commit 7ccfca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/flake-parts/tfgrid-microvm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ in {
"virtio_mmio"
];

boot.loader.grub.enable = false;
boot.loader.grub.enable = true;
boot.initrd.systemd.enable = false;
boot.loader.grub.device = "nodev";

Expand Down
1 change: 1 addition & 0 deletions modules/flake-parts/tfgrid-microvm/mk-zos-vm-dir.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ in
pkgs.stdenvNoCC


# TODO: find out why `systemctl reboot dbus` is needed to make `nixos-rebuild` work
# these are also needed on the target for nixos-rebuild to work
# pkgs.path
# config.system.build.toplevel.drvPath
Expand Down

0 comments on commit 7ccfca6

Please sign in to comment.