From 945cdcc5b2de50f77a0bdccca2c53267a117d4e2 Mon Sep 17 00:00:00 2001 From: adikro Date: Mon, 26 Jan 2026 00:02:16 +0100 Subject: merge with the laptop --- hosts/thinkpad/configuration.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'hosts/thinkpad/configuration.nix') diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index 08c3631..4713892 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -16,7 +16,10 @@ audio.enable = true; bootloader = "systemd-boot"; - drivers.enable = true; + drivers = { + enable = true; + kernel = "hardened"; + }; fonts.enable = true; greet.enable = true; home-manager = { -- cgit v1.3