1
0
Fork 0

package disk

This commit is contained in:
Lukas Wurzinger 2024-04-21 19:55:29 +02:00
parent 3f046a41c4
commit 6ad1a9a145
3 changed files with 13 additions and 13 deletions

View file

@ -1,11 +1,3 @@
# ❄️ 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
```