don't use grub for compute modules

This commit is contained in:
zuckerberg 2021-05-09 10:35:37 -04:00
parent e790efc3b3
commit f0205da719

View File

@ -5,6 +5,11 @@
../../common/common.nix ../../common/common.nix
]; ];
# NixOS wants to enable GRUB by default
boot.loader.grub.enable = false;
# Enables the generation of /boot/extlinux/extlinux.conf
boot.loader.generic-extlinux-compatible.enable = true;
nix.flakes.enable = true; nix.flakes.enable = true;
networking.interfaces.eth0.useDHCP = true; networking.interfaces.eth0.useDHCP = true;