diff options
| author | Mark Nipper <nipsy@bitgnome.net> | 2026-04-30 16:12:49 -0700 |
|---|---|---|
| committer | Mark Nipper <nipsy@bitgnome.net> | 2026-04-30 16:12:49 -0700 |
| commit | 2754092eebee3da397901a570a3f3c5761c09502 (patch) | |
| tree | dcd4cbb5da65179a8331e685541642ad451f9b99 | |
| parent | 2c270832c40f1f64111ba62f4136dc16374ae427 (diff) | |
| download | nix-2754092eebee3da397901a570a3f3c5761c09502.tar nix-2754092eebee3da397901a570a3f3c5761c09502.tar.gz nix-2754092eebee3da397901a570a3f3c5761c09502.tar.bz2 nix-2754092eebee3da397901a570a3f3c5761c09502.tar.lz nix-2754092eebee3da397901a570a3f3c5761c09502.tar.xz nix-2754092eebee3da397901a570a3f3c5761c09502.tar.zst nix-2754092eebee3da397901a570a3f3c5761c09502.zip | |
Migrate richese to Hyper-V
| -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 = [ ]; |
