feat: Grubの導入
This commit is contained in:
parent
1ee7f319a9
commit
8f3d89d542
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user