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;
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot/efi";
efiSysMountPoint = "/boot";
};
grub = {
enable = true;

View File

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