From e5ca8aa16b2cb58c9b9de1addbd78345d7d10acf Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sun, 7 Nov 2021 23:44:40 -0500 Subject: [PATCH] hosts/Infini-DESKTOP: change to grub bootloader --- hosts/Infini-DESKTOP/default.nix | 2 +- hosts/Infini-DESKTOP/hardware-configuration.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/Infini-DESKTOP/default.nix b/hosts/Infini-DESKTOP/default.nix index b6f10dd..9072523 100644 --- a/hosts/Infini-DESKTOP/default.nix +++ b/hosts/Infini-DESKTOP/default.nix @@ -6,7 +6,7 @@ ]) (with profiles; [ - boot.systemd-boot + boot.grub networking.wireless diff --git a/hosts/Infini-DESKTOP/hardware-configuration.nix b/hosts/Infini-DESKTOP/hardware-configuration.nix index b3af120..6c688de 100644 --- a/hosts/Infini-DESKTOP/hardware-configuration.nix +++ b/hosts/Infini-DESKTOP/hardware-configuration.nix @@ -19,7 +19,7 @@ fsType = "ext4"; }; - fileSystems."/boot" = + fileSystems."/boot/efi" = { device = "/dev/disk/by-uuid/21E6-6801"; fsType = "vfat";