don't use grub for compute modules
This commit is contained in:
@@ -5,6 +5,11 @@
|
||||
../../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;
|
||||
|
||||
networking.interfaces.eth0.useDHCP = true;
|
||||
|
||||
Reference in New Issue
Block a user