1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 07:03:36 +00:00
This commit is contained in:
Rae 5e 2024-12-31 02:02:26 +00:00
parent d64b90f046
commit 5e42fb0ad4

View file

@ -7,14 +7,15 @@
];
boot.loader = {
systemd-boot.enable = false;
efi = {
canTouchEfiVariables = true;
efiSysMountPoint = "/boot";
efiSysMountPoint = "/boot/efi";
};
grub = {
enable = true;
efiSupport = true;
device = "/dev/sdb";
devices = [ "/dev/sdb" ];
};
};