This commit is contained in:
Barrett Ruth 2026-02-11 15:15:43 -05:00
parent 0f2d9ac84c
commit 01c8a46dc5
Signed by: barrett
GPG key ID: A6C96C9349D2FC81

View file

@ -5,17 +5,11 @@
./hardware-configuration.nix
];
boot.loader.grub = {
boot.loader.systemd-boot = {
enable = true;
device = "nodev";
efiSupport = true;
useOSProber = true;
gfxmodeEfi = "1920x1080x32";
gfxpayloadEfi = "keep";
configurationLimit = 2;
};
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi";
boot.kernelParams = [
"nvidia-drm.modeset=1"
"ibt=off"