summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorquentin@aristote.fr <quentin@aristote.fr>2025-11-30 22:56:38 +0100
committerquentin@aristote.fr <quentin@aristote.fr>2025-11-30 22:56:38 +0100
commitc7cda441b7239390cd3f787755553e20fecac8d4 (patch)
tree8674ae4166ff110bbef4e99e797bd1f874450ff1
parent3b60d975ef35b8efa0361e214395fff69a9fc423 (diff)
boot: use stable kernel
-rw-r--r--config/boot.nix4
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;
}