fixed stuff

This commit is contained in:
afoucaultc 2026-07-10 13:22:08 +02:00
parent f9413c476c
commit 2482644028
58 changed files with 296 additions and 339 deletions

View file

@ -1,11 +1,13 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
# grub utilisé pour le bootloader
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader.grub = {
enable = true;
device = "nodev";
efiSupport = true;
useOSProber = true;
useOSProber = false;
# nombre de configurations à garder en mémoire
configurationLimit = 10;
};
boot.loader.efi.canTouchEfiVariables = true;