From 710aa649a8cf670db38c293e7aac105769a66f6a Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Tue, 16 Apr 2024 14:15:43 -0700 Subject: Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 75aaee5..5dd3e0f 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3