diff options
| author | adikro <adikro@disroot.org> | 2026-01-26 00:02:16 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-01-26 00:02:16 +0100 |
| commit | 945cdcc5b2de50f77a0bdccca2c53267a117d4e2 (patch) | |
| tree | ae721dde25bcf6c98e068f28b9e36e7365772cf9 /hosts/pendrive/configuration.nix | |
| parent | c5736e5963ae86d3ee813da3edb3d56283b08a6a (diff) | |
merge with the laptop
Diffstat (limited to 'hosts/pendrive/configuration.nix')
| -rw-r--r-- | hosts/pendrive/configuration.nix | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/pendrive/configuration.nix b/hosts/pendrive/configuration.nix index 56a2aad..37ab16e 100644 --- a/hosts/pendrive/configuration.nix +++ b/hosts/pendrive/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 = { |
