fix broken syntax
This commit is contained in:
@@ -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 = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user