diff options
Diffstat (limited to 'modules/hosts/optiplex')
-rw-r--r-- | modules/hosts/optiplex/configuration.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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 = { |