hosts/Infini-DESKTOP: change to grub bootloader
This commit is contained in:
parent
6f9e4f74f0
commit
e5ca8aa16b
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
])
|
])
|
||||||
|
|
||||||
(with profiles; [
|
(with profiles; [
|
||||||
boot.systemd-boot
|
boot.grub
|
||||||
|
|
||||||
networking.wireless
|
networking.wireless
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" =
|
fileSystems."/boot/efi" =
|
||||||
{
|
{
|
||||||
device = "/dev/disk/by-uuid/21E6-6801";
|
device = "/dev/disk/by-uuid/21E6-6801";
|
||||||
fsType = "vfat";
|
fsType = "vfat";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue