An open API service indexing awesome lists of open source software.

https://github.com/smoothprogrammer/nixos

My NixOS Configuration
https://github.com/smoothprogrammer/nixos

Last synced: 7 months ago
JSON representation

My NixOS Configuration

Awesome Lists containing this project

README

          

# nixos-config
My NixOS Configuration

## Darwin

```sh
make darwin/brew-install
make darwin/nix-install
make darwin/nix-darwin-install
```

## VM

Download the [image](https://nixos.org/download).

Setup VMWare.

```sh
# vm
sudo -i
passwd
ip addr

# host
make vm/nixos-install vm_addr=VM_ADDR hostname=HOSTNAME
```