diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2025-11-30 22:56:38 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2025-11-30 22:56:38 +0100 |
| commit | c7cda441b7239390cd3f787755553e20fecac8d4 (patch) | |
| tree | 8674ae4166ff110bbef4e99e797bd1f874450ff1 /config/boot.nix | |
| parent | 3b60d975ef35b8efa0361e214395fff69a9fc423 (diff) | |
boot: use stable kernel
Diffstat (limited to 'config/boot.nix')
| -rw-r--r-- | config/boot.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/boot.nix b/config/boot.nix index 5b901bb..8720d3b 100644 --- a/config/boot.nix +++ b/config/boot.nix @@ -1,7 +1,7 @@ -{pkgs, ...}: { +{ ... }: +{ personal.boot = { grub.enable = true; }; boot.loader.grub.device = "/dev/disk/by-id/ata-SATA_SSD_A45E07221AE300053322"; - boot.kernelPackages = pkgs.linuxPackages_latest; } |
