add work host

This commit is contained in:
Zoty 2026-06-12 13:30:40 -03:00
parent 0742e53e45
commit d390530b35
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
6 changed files with 411 additions and 0 deletions

View file

@ -2,6 +2,11 @@
den.aspects.desktop-specific.nixos = { config, pkgs, ... }: {
imports = [ ./_hardware/desktop-hardware.nix ];
local.winvm = {
gpuPcieAddress = "0000:01:00.0"; # NVIDIA GeForce RTX 3060 Ti
gpuAudioPcieAddress = "0000:01:00.1"; # NVIDIA RTX 3060 Ti HDMI audio
};
hardware = {
graphics = {
enable = true;