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