diff options
| -rw-r--r-- | modules/system/boot/grub.nix | 10 | ||||
| -rw-r--r-- | modules/system/boot/systemd-boot.nix | 1 |
2 files changed, 0 insertions, 11 deletions
diff --git a/modules/system/boot/grub.nix b/modules/system/boot/grub.nix index 49e0eef..3932713 100644 --- a/modules/system/boot/grub.nix +++ b/modules/system/boot/grub.nix @@ -5,7 +5,6 @@ device = "nodev"; efiSupport = true; useOSProber = true; - configurationLimit = 10; memtest86.enable = true; gfxmodeEfi = "1920x1080x32"; gfxmodeBios = "1920x1080x32"; @@ -13,15 +12,6 @@ gfxpayloadEfi = "keep"; splashMode = "normal"; - # extraEntries = '' - # menuentry "Arch Linux (linux-clear)" { - # linux /vmlinuz-linux-clear - # initrd /amd-ucode.img - # initrd /booster-linux-clear.img - # options root=PARTUUID=f510f35d-76a0-4469-aad5-da449541ecd2 rootflags=subvol=@ rw rootfstype=btrfs psi=1 nvidia_drm.modeset=1 - # } - # ''; - theme = pkgs.fetchFromGitHub { owner = "Lxtharia"; repo = "minegrub-theme"; diff --git a/modules/system/boot/systemd-boot.nix b/modules/system/boot/systemd-boot.nix index 5b50bad..b51a896 100644 --- a/modules/system/boot/systemd-boot.nix +++ b/modules/system/boot/systemd-boot.nix @@ -5,6 +5,5 @@ consoleMode = "max"; memtest86.enable = true; netbootxyz.enable = true; - configurationLimit = 10; }; } |