nixos/README.md
Ivan Bushchik b8466b80fd
Update README.md
Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2023-07-30 12:29:22 +03:00

26 lines
574 B
Markdown

# NixOS Configuration files.
## Deploying
```shell
nixos-install --flake https://github.com/ivabus/nixos#host
```
## Rebuilding
```shell
nixos-rebuild switch --flake path:/etc/nixos
```
Apple Silicon hosts require additional `--impure` flag for firmware installation. (Firmware should be placed in /etc/nixos/asahi/firmware (ignored by git)).
### Hosts configured
- stella (Random Ryzen 3 3250U laptop)
- vetus (iMac 27" 2017)
- celerrime (MacBook Air M2)
## TODO
- do something with dotfiles installation from [ivabus/dotfiles](https://github.com/ivabus/dotfiles)