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