mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
whitespace
This commit is contained in:
parent
ed6e8c89b1
commit
1a98588a64
1 changed files with 3 additions and 1 deletions
|
@ -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" ];
|
||||||
|
|
Loading…
Reference in a new issue