fix: Remove grub

This commit is contained in:
demenik
2025-12-01 19:43:42 +01:00
parent 300758da8b
commit 471fa64f3f

View File

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