From 1a98588a64c806c540e885c78354bbf8780a3a82 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Fri, 10 Sep 2021 10:24:53 -0400 Subject: [PATCH] whitespace --- lib/hosts.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" ];