dotfiles/nixos/systems/blowhole/grub.nix
magic_rb aff0158ef7
Reformat the whole flake using alejandra
Signed-off-by: magic_rb <magic_rb@redalder.org>
2024-03-02 22:17:03 +01:00

10 lines
190 B
Nix

{...}: {
boot.loader = {
systemd-boot.enable = false;
grub = {
enable = true;
devices = ["/dev/disk/by-id/usb-Verbatim_STORE_N_GO_072124E3712B7287-0:0"];
};
};
}