summaryrefslogtreecommitdiff
path: root/hosts/thinkpad/configuration.nix
diff options
context:
space:
mode:
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 = {