Machines/WinMax2: switch to limine
This commit is contained in:
parent
2fea832484
commit
2df0370ce0
1 changed files with 6 additions and 6 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue