diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-04-18 13:18:09 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-04-18 13:18:09 -0700 |
commit | f04b1d75ae03a4be20dab287d582031ab0883bc6 (patch) | |
tree | 514123435085be570214bd3157ce7f6786ede300 /README.md | |
parent | 7aa9c1c7295d82b9199c0e85048efa41c1c70de4 (diff) | |
download | nix-f04b1d75ae03a4be20dab287d582031ab0883bc6.tar nix-f04b1d75ae03a4be20dab287d582031ab0883bc6.tar.gz nix-f04b1d75ae03a4be20dab287d582031ab0883bc6.tar.bz2 nix-f04b1d75ae03a4be20dab287d582031ab0883bc6.tar.lz nix-f04b1d75ae03a4be20dab287d582031ab0883bc6.tar.xz nix-f04b1d75ae03a4be20dab287d582031ab0883bc6.tar.zst nix-f04b1d75ae03a4be20dab287d582031ab0883bc6.zip |
Update VM configuration
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,11 +30,11 @@ The NixOS configuration assumes VMSVGA. * Storage -The installer assumes you've selected an AHCI SATA controller using a dynamically allocated VDI of 100GB. This might need to be bigger, given how disk intensive NixOS can be. +The installer assumes you've selected the virtio-scsi SATA controller using a dynamically allocated VDI of 100GB. This might need to be bigger, given how disk intensive NixOS can be. * Network -My testing NIC was configured in VirtualBox to use NAT and virtio-net. +The NIC was configured in VirtualBox to use NAT and virtio-net. * Other |