From 0b479614832103929b8d81499db1ab55875527af Mon Sep 17 00:00:00 2001 From: Andreas Schaafsma Date: Wed, 22 Apr 2026 03:35:28 +0200 Subject: [PATCH] add ; --- .../drivebystation-nix/hardware/graphics/passthrough_nvidia.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/x86_64-linux/drivebystation-nix/hardware/graphics/passthrough_nvidia.nix b/systems/x86_64-linux/drivebystation-nix/hardware/graphics/passthrough_nvidia.nix index 8d42797..3234c56 100644 --- a/systems/x86_64-linux/drivebystation-nix/hardware/graphics/passthrough_nvidia.nix +++ b/systems/x86_64-linux/drivebystation-nix/hardware/graphics/passthrough_nvidia.nix @@ -32,7 +32,7 @@ script = '' modprobe vfio-pci ''; - } + }; }; # # EARLY and deterministic binding # boot.initrd.preDeviceCommands = ''