From 18739d39ad664c31d40f3cb5bfdf98c5420d1c50 Mon Sep 17 00:00:00 2001 From: DuN0z Date: Sun, 8 Feb 2026 05:31:09 +0100 Subject: [PATCH] UPDATE: explicit kernel version --- hosts/terre-neuvas/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/terre-neuvas/configuration.nix b/hosts/terre-neuvas/configuration.nix index 16ee484..76df449 100644 --- a/hosts/terre-neuvas/configuration.nix +++ b/hosts/terre-neuvas/configuration.nix @@ -28,6 +28,7 @@ in { # Bootloader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + boot.kernelPackages = pkgs.linuxPackages ; networking.hostName = "terre-neuvas"; # Define your hostname.