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