This commit is contained in:
parent
9b025c4953
commit
e1b3bcc447
12 changed files with 610 additions and 16 deletions
20
nixos/hosts/olympus/eevee/hardware.nix
Normal file
20
nixos/hosts/olympus/eevee/hardware.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{ pkgs, ... }: {
|
||||
hardware.enableAllFirmware = true;
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
services.hardware.bolt.enable = true;
|
||||
|
||||
# Vulkan
|
||||
# hardware.opengl.driSupport = true;
|
||||
# hardware.opengl.extraPackages = with pkgs; [
|
||||
# amdvlk
|
||||
# rocm-opencl-icd
|
||||
# rocm-opencl-runtime
|
||||
# ];
|
||||
# systemd.tmpfiles.rules =
|
||||
# [ "L+ /opt/rocm/hip - - - - ${pkgs.hip}" ];
|
||||
|
||||
# SSD Trim
|
||||
services.fstrim.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue