diff --git a/lib/hosts.nix b/lib/hosts.nix index 7fe3fca..5504b3b 100644 --- a/lib/hosts.nix +++ b/lib/hosts.nix @@ -7,7 +7,9 @@ let hardwareModules = { - physical = (x: { imports = [ "${x.modulesPath}/installer/scan/not-detected.nix" ]; }); + physical = (x: { + imports = [ "${x.modulesPath}/installer/scan/not-detected.nix" ]; + }); vmware = (x: { virtualisation.vmware.guest.enable = true; boot.initrd.availableKernelModules = [ "mptspi" ];