don't use grub for compute modules
This commit is contained in:
parent
e790efc3b3
commit
f0205da719
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user