Add nixos-hardware config for Howl

This commit is contained in:
2024-06-01 19:57:24 -06:00
parent 37bd7254b9
commit fd1ead0b62
4 changed files with 36 additions and 1 deletions

View File

@@ -14,6 +14,9 @@
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
# thunderbolt
services.hardware.bolt.enable = true;
# firmware
firmware.x86_64.enable = true;