bootloader

This commit is contained in:
2026-05-08 15:00:07 +09:00
parent 7d1436ac54
commit f01857a017
2 changed files with 2 additions and 1 deletions

View File

@@ -57,7 +57,7 @@ in {
systemd-boot.enable = false; systemd-boot.enable = false;
efi = { efi = {
canTouchEfiVariables = true; canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi"; efiSysMountPoint = "/boot";
}; };
grub = { grub = {
enable = true; enable = true;

View File

@@ -76,4 +76,5 @@ with pkgs; [
hyprpolkitagent hyprpolkitagent
mako mako
parted parted
efibootmgr
] ]