mirror of
https://github.com/eliasrenman/nixos-config.git
synced 2026-03-17 04:26:06 +01:00
Add VBox machine settings to README
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
* Download [NixOS ISO](https://nixos.org/nixos/download.html)
|
* Download [NixOS ISO](https://nixos.org/nixos/download.html)
|
||||||
* Write the ISO to a USB drive using `dd`
|
* Write the ISO to a USB drive using `dd`
|
||||||
* Boot machine from ISO
|
* Boot machine from ISO
|
||||||
* If you're using vbox, then boot with `nomodeset` as otherwise the boot hangs.
|
|
||||||
* Install git: `nix-env -i git`
|
* Install git: `nix-env -i git`
|
||||||
* Clone configuration: `git clone https://github.com/willprice/nixos-config.git`
|
* Clone configuration: `git clone https://github.com/willprice/nixos-config.git`
|
||||||
* Follow the [installation guide](https://nixos.org/nixos/manual/index.html#sec-installation) up to `nixos-generate-config`
|
* Follow the [installation guide](https://nixos.org/nixos/manual/index.html#sec-installation) up to `nixos-generate-config`
|
||||||
@@ -17,6 +16,12 @@
|
|||||||
* Clone dotfiles: `git clone --recursive git@github.com:willprice/dotfiles.git ~/.dotfiles`
|
* Clone dotfiles: `git clone --recursive git@github.com:willprice/dotfiles.git ~/.dotfiles`
|
||||||
* Install dotfiles: `cd ~/.dotfiles; ./install-all.sh`
|
* Install dotfiles: `cd ~/.dotfiles; ./install-all.sh`
|
||||||
|
|
||||||
|
## Virtualbox setup
|
||||||
|
|
||||||
|
- System -> Motherboard -> Enable EFI
|
||||||
|
- System -> Processor -> Enable PAE
|
||||||
|
- Display -> Graphics Controller -> VBoxVGA
|
||||||
|
- Storage -> Controller: SATA -> Use Host I/O Cache
|
||||||
|
|
||||||
## Cheatsheet
|
## Cheatsheet
|
||||||
### Nix
|
### Nix
|
||||||
|
|||||||
Reference in New Issue
Block a user