fix boot
This commit is contained in:
parent
0f2d9ac84c
commit
01c8a46dc5
1 changed files with 1 additions and 7 deletions
|
|
@ -5,17 +5,11 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.loader.grub = {
|
boot.loader.systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
device = "nodev";
|
|
||||||
efiSupport = true;
|
|
||||||
useOSProber = true;
|
|
||||||
gfxmodeEfi = "1920x1080x32";
|
|
||||||
gfxpayloadEfi = "keep";
|
|
||||||
configurationLimit = 2;
|
configurationLimit = 2;
|
||||||
};
|
};
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.efi.efiSysMountPoint = "/boot/efi";
|
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
"nvidia-drm.modeset=1"
|
"nvidia-drm.modeset=1"
|
||||||
"ibt=off"
|
"ibt=off"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue