diff --git a/nixos/profiles/hw-legion-15arh05h.nix b/nixos/profiles/hw-legion-15arh05h.nix index 784ca5f..6a56f50 100644 --- a/nixos/profiles/hw-legion-15arh05h.nix +++ b/nixos/profiles/hw-legion-15arh05h.nix @@ -14,14 +14,12 @@ # for managing/mounting ntfs supportedFilesystems = [ "ntfs" ]; - # Use the systemd-boot EFI boot loader. loader = { grub = { enable = true; useOSProber = true; zfsSupport = true; - efiSupport = true; - efiInstallAsRemovable = true; + device = "nodev"; mirroredBoots = [ { devices = ["nodev"]; path = "/boot";} ];