summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-08 03:46:46 -0700
committerFuwn <[email protected]>2024-09-08 03:46:46 -0700
commitd8bf966434b9202a42bb590a91f287be58b0ed58 (patch)
treef15c141f62ab30ce81e8e08ef42b0d50a7cdc51f
parentBump: shells (diff)
downloadnixos-config-d8bf966434b9202a42bb590a91f287be58b0ed58.tar.xz
nixos-config-d8bf966434b9202a42bb590a91f287be58b0ed58.zip
Bump: bios
-rw-r--r--modules/system/boot/grub.nix10
-rw-r--r--modules/system/boot/systemd-boot.nix1
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;
};
}