diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-04-16 14:15:23 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-04-16 14:15:23 -0700 |
commit | 198d9ab3aedd0dd5402b6fb6f849815fc8024712 (patch) | |
tree | 6c073d50177a86e28d370854d53084307b93d556 | |
parent | 2cc8499d00b6f969682868f47f33507a7132850c (diff) | |
download | nix-198d9ab3aedd0dd5402b6fb6f849815fc8024712.tar nix-198d9ab3aedd0dd5402b6fb6f849815fc8024712.tar.gz nix-198d9ab3aedd0dd5402b6fb6f849815fc8024712.tar.bz2 nix-198d9ab3aedd0dd5402b6fb6f849815fc8024712.tar.lz nix-198d9ab3aedd0dd5402b6fb6f849815fc8024712.tar.xz nix-198d9ab3aedd0dd5402b6fb6f849815fc8024712.tar.zst nix-198d9ab3aedd0dd5402b6fb6f849815fc8024712.zip |
Update README
-rw-r--r-- | README.md | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -6,23 +6,23 @@ This repository is the starting point for storing all relevant NixOS configurati This host is currently assumed to be a VirtualBox VM. The VirtualBox VM should be configured with the following: -CPU -:As many physical (non-SMT) cores as your CPU has ideally, since NixOS does need to build things occasionally. +* CPU +As many physical (non-SMT) cores as your CPU has ideally, since NixOS does need to build things occasionally. -RAM -:8GB is probably a good starting point. If the installer hangs, you probably need to increase this from the presumably lower value you have set. +* RAM +8GB is probably a good starting point. If the installer hangs, you probably need to increase this from the presumably lower value you have set. -Display -:The NixOS configuration assumes VMSVGA. +* Display +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. +* 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. -Network -:My testing NIC was configured in VirtualBox to use NAT and virtio-net. +* Network +My testing NIC was configured in VirtualBox to use NAT and virtio-net. -Other -:This configuration works best if you also enable the bidirectional shared clipboard functionality under General -> Advanced. +* Other +This configuration works best if you also enable the bidirectional shared clipboard functionality under General -> Advanced. ### Installation |