1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-12-27 12:09:45 +01:00
nixos-hardware/dell/precision/5560/default.nix
2024-12-18 12:37:41 +02:00

18 lines
372 B
Nix

{ lib, ... }:
{
imports = [
../../../common/pc/laptop
../../../common/pc/laptop/ssd
../../../common/cpu/intel/tiger-lake
../../../common/gpu/nvidia/turing
];
hardware.enableRedistributableFirmware = lib.mkDefault true;
services.fwupd.enable = true;
hardware.nvidia.prime = {
intelBusId = "PCI:0:2:0";
nvidiaBusId = "PCI:1:0:0";
};
}