nixos/README.md
2023-02-01 23:36:03 +01:00

15 lines
No EOL
226 B
Markdown

# Installation
`<hostname>` is default to `hostname` command but it can be overwritten
Build only
```bash
nixos-rebuild build --flake .#<hostname>
```
Build and switch
```bash
nixos-rebuild switch --flake .#<hostname>
```