Machines/WinMax2: switch to limine

This commit is contained in:
Toast 2025-07-16 01:04:35 +02:00
parent 2fea832484
commit 2df0370ce0

View file

@ -7,16 +7,15 @@
lib,
...
}: {
# Use grub boot loader
boot = {
loader = {
systemd-boot.enable = false;
grub = {
limine = {
enable = true;
device = "nodev";
efiSupport = true;
# No other OS on here :P
useOSProber = false;
enableEditor = true;
style = {
graphicalTerminal.font.scale = "2x2";
};
};
efi = {
efiSysMountPoint = config.fileSystems."efi_boot_partition".mountPoint;
@ -33,6 +32,7 @@
kernelPackages = pkgs.linuxPackages_latest;
};
catppuccin.limine.enable = true;
networking.hostName = "WinMax2"; # Define your hostname.