12 lines
251 B
Markdown
12 lines
251 B
Markdown
# ❄️ puter
|
|
|
|
This is my NixOS configuration. There are many like it, but this one is mine. Copy at your own risk.
|
|
|
|
## Partitioning
|
|
|
|
```bash
|
|
curl -O https://raw.githubusercontent.com/lukaswrz/puter/main/part
|
|
chmod +x part
|
|
./part /path/to/device
|
|
```
|