diff --git a/nixos/full.nix b/nixos/full.nix index 11cba33..0ccaf69 100644 --- a/nixos/full.nix +++ b/nixos/full.nix @@ -25,15 +25,7 @@ users.users.${user}.shell = pkgs.zsh; boot = { - loader = { - efi.canTouchEfiVariables = true; - grub = { - enable = true; - device = "nodev"; - efiSupport = true; - }; - }; - + loader.efi.canTouchEfiVariables = true; kernelPackages = pkgs.linuxPackages_latest; };