Former-commit-id: 23dcfd5290
This commit is contained in:
Hadi
2024-10-05 11:48:16 +02:00
parent a640670baa
commit 13c8f27411
14 changed files with 531 additions and 298 deletions

View File

@@ -1,8 +1,10 @@
{ pkgs, ... }: {
boot = {
loader.grub.enable = true;
loader.grub.device = "/dev/sda";
loader.grub.device = "nodev";
loader.grub.useOSProber = true;
loader.grub.efiSupport = true;
loader.efi.canTouchEfiVariables = true;
tmp.cleanOnBoot = true;
kernelPackages =
pkgs.linuxPackages_latest; # _zen, _hardened, _rt, _rt_latest, etc.