https://github.com/smoothprogrammer/nixos
My NixOS Configuration
https://github.com/smoothprogrammer/nixos
Last synced: 7 months ago
JSON representation
My NixOS Configuration
- Host: GitHub
- URL: https://github.com/smoothprogrammer/nixos
- Owner: smoothprogrammer
- License: mit
- Created: 2022-05-23T02:59:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-03T10:02:34.000Z (8 months ago)
- Last Synced: 2025-06-03T18:11:33.348Z (8 months ago)
- Language: Nix
- Size: 5.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```