hosts/Infini-DESKTOP: change to grub bootloader

This commit is contained in:
Infinidoge 2021-11-07 23:44:40 -05:00
parent 6f9e4f74f0
commit e5ca8aa16b
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
]) ])
(with profiles; [ (with profiles; [
boot.systemd-boot boot.grub
networking.wireless networking.wireless

View file

@ -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";