whitespace

This commit is contained in:
Sean Buckley 2021-09-10 10:24:53 -04:00
parent ed6e8c89b1
commit 1a98588a64

View file

@ -7,7 +7,9 @@ let
hardwareModules = hardwareModules =
{ {
physical = (x: { imports = [ "${x.modulesPath}/installer/scan/not-detected.nix" ]; }); physical = (x: {
imports = [ "${x.modulesPath}/installer/scan/not-detected.nix" ];
});
vmware = (x: { vmware = (x: {
virtualisation.vmware.guest.enable = true; virtualisation.vmware.guest.enable = true;
boot.initrd.availableKernelModules = [ "mptspi" ]; boot.initrd.availableKernelModules = [ "mptspi" ];