diff options
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/richese/default.nix | 2 | ||||
| -rw-r--r-- | hosts/richese/hardware-configuration.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/richese/default.nix b/hosts/richese/default.nix index 86e4ff4..cf00abd 100644 --- a/hosts/richese/default.nix +++ b/hosts/richese/default.nix @@ -88,5 +88,5 @@ (builtins.readFile ../common/users/nipsy/keys/id_att.pub) ]; - virtualisation.virtualbox.guest.enable = true; + virtualisation.hypervGuest.enable = true; } diff --git a/hosts/richese/hardware-configuration.nix b/hosts/richese/hardware-configuration.nix index d1c33b7..07b3857 100644 --- a/hosts/richese/hardware-configuration.nix +++ b/hosts/richese/hardware-configuration.nix @@ -8,7 +8,7 @@ [ #(modulesPath + "/installer/scan/not-detected.nix") ]; - boot.initrd.availableKernelModules = [ "ohci_pci" "ehci_pci" "ahci" "virtio_pci" "virtio_scsi" "sd_mod" ]; + boot.initrd.availableKernelModules = [ "sd_mod" "sr_mod" ]; boot.initrd.kernelModules = [ ]; boot.kernelModules = [ ]; boot.extraModulePackages = [ ]; |
