feat: Grubの導入

This commit is contained in:
Kariya 2026-03-01 04:10:45 +09:00
parent 1ee7f319a9
commit 8f3d89d542

View File

@ -93,8 +93,20 @@ in
"v4l2loopback"
];
boot.loader.systemd-boot.enable = true;
# Bootloader.
boot.loader.systemd-boot.enable = false;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot";
boot.loader.grub = {
enable = true;
efiSupport = true;
devices = [ "nodev" ];
useOSProber = true;
copyKernels = true;
configurationLimit = 10;
};
cornflake.greeter.monitors = [
"DP-1, disable"