diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-04-16 14:15:43 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-04-16 14:15:43 -0700 |
commit | 710aa649a8cf670db38c293e7aac105769a66f6a (patch) | |
tree | d9acb7e45a400aac580235b5168960030062a178 | |
parent | 198d9ab3aedd0dd5402b6fb6f849815fc8024712 (diff) | |
download | nix-710aa649a8cf670db38c293e7aac105769a66f6a.tar nix-710aa649a8cf670db38c293e7aac105769a66f6a.tar.gz nix-710aa649a8cf670db38c293e7aac105769a66f6a.tar.bz2 nix-710aa649a8cf670db38c293e7aac105769a66f6a.tar.lz nix-710aa649a8cf670db38c293e7aac105769a66f6a.tar.xz nix-710aa649a8cf670db38c293e7aac105769a66f6a.tar.zst nix-710aa649a8cf670db38c293e7aac105769a66f6a.zip |
Update README
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,21 +7,27 @@ 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. * 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. * 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. * Other + This configuration works best if you also enable the bidirectional shared clipboard functionality under General -> Advanced. ### Installation |