summaryrefslogtreecommitdiff
path: root/hosts/thinkpad/configuration.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-01-26 00:02:16 +0100
committeradikro <adikro@disroot.org>2026-01-26 00:02:16 +0100
commit945cdcc5b2de50f77a0bdccca2c53267a117d4e2 (patch)
treeae721dde25bcf6c98e068f28b9e36e7365772cf9 /hosts/thinkpad/configuration.nix
parentc5736e5963ae86d3ee813da3edb3d56283b08a6a (diff)
merge with the laptop
Diffstat (limited to 'hosts/thinkpad/configuration.nix')
-rw-r--r--hosts/thinkpad/configuration.nix5
1 files changed, 4 insertions, 1 deletions
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 = {