From 6a39223ba33ecc455125cc982eb22a86b62a4436 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Wed, 12 Jun 2024 17:00:33 +0200 Subject: [PATCH] hikari3: Fix none working shutdown and reboot Thanks to https://0xda.de/blog/2024/06/framework-and-nixos-day-two/ --- systems/hikari3/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/hikari3/hardware-configuration.nix b/systems/hikari3/hardware-configuration.nix index 0298d08..78b365c 100644 --- a/systems/hikari3/hardware-configuration.nix +++ b/systems/hikari3/hardware-configuration.nix @@ -15,6 +15,7 @@ kernelModules = [ ]; }; kernelModules = [ "kvm-amd" ]; + kernelPackages = pkgs.linuxPackages_latest; extraModulePackages = [ ]; };