rigel: add readme

This commit is contained in:
sinavir 2024-03-15 13:14:23 +01:00
parent 5be59e32d1
commit 41861a743b

View file

@ -1,3 +1,11 @@
Put pls key in keys.keys
Put pls mac in networking.nix
Put pls mac in networking
# How to get an sd image
```
DRV_PATH=$(colmena eval -E "{ nodes, ...}: nodes.rigel.config.system.build.sdImage.drvPath")
nix-store -r $DRV_PATH
```