From 635edfc0ce1ae0504f2877f846211a4fdfa6d327 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Fri, 11 Jul 2025 11:26:40 -0500 Subject: blackmagic desktop vid custom derivation and decklink support --- modules/hosts/optiplex/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/hosts/optiplex') diff --git a/modules/hosts/optiplex/configuration.nix b/modules/hosts/optiplex/configuration.nix index 16ba475..625d37a 100644 --- a/modules/hosts/optiplex/configuration.nix +++ b/modules/hosts/optiplex/configuration.nix @@ -13,6 +13,7 @@ graphics.enable = true; office.enable = true; utilities.enable = true; + video.enable = true; }; software.development = { docker.enable = true; @@ -31,6 +32,9 @@ # Disable wifi wifi.enable = false; + # Enable decklink + decklink.enable = true; + # Use nvidia driver services.xserver.videoDrivers = [ "nvidia" ]; hardware.nvidia = { -- cgit v1.2.3