per device bootloader config

This commit is contained in:
twoneis 2024-01-07 14:45:20 +01:00
parent 66d555d3c4
commit 6bb1938330
3 changed files with 19 additions and 12 deletions

View file

@ -32,18 +32,6 @@
# Disable documentation
documentation.nixos.enable = false;
# Bootloader.
boot.loader = {
grub = {
enable = true;
efiSupport = true;
device = "nodev";
useOSProber = true;
font = null;
splashImage = null;
};
};
# Enable networking
networking.networkmanager.enable = true;