2024-03-08 21:46:46 +00:00
|
|
|
# ❄️ puter
|
2024-02-04 20:51:11 +00:00
|
|
|
|
2024-03-08 21:46:46 +00:00
|
|
|
This is my NixOS configuration. There are many like it, but this one is mine. Copy at your own risk.
|
2024-02-04 20:51:11 +00:00
|
|
|
|
|
|
|
## Partitioning
|
|
|
|
|
|
|
|
```bash
|
|
|
|
curl -O https://raw.githubusercontent.com/lukaswrz/puter/main/part
|
|
|
|
chmod +x part
|
|
|
|
./part /path/to/device
|
|
|
|
```
|