fix broken syntax

This commit is contained in:
2026-04-22 03:35:15 +02:00
parent 631b28d399
commit 01a512e3fd

View File

@@ -20,7 +20,6 @@
boot.initrd.systemd = { boot.initrd.systemd = {
enable = true; enable = true;
services.initrd-vfio-pci-nvidia = { services.initrd-vfio-pci-nvidia = {
description = "vfio-pci predevice init"; description = "vfio-pci predevice init";
wantedBy = [ "initrd.target" ]; wantedBy = [ "initrd.target" ];
# Match 'preDeviceCommands' by running early # Match 'preDeviceCommands' by running early
@@ -33,6 +32,7 @@
script = '' script = ''
modprobe vfio-pci modprobe vfio-pci
''; '';
}
}; };
# # EARLY and deterministic binding # # EARLY and deterministic binding
# boot.initrd.preDeviceCommands = '' # boot.initrd.preDeviceCommands = ''