11 lines
204 B
Markdown
11 lines
204 B
Markdown
Put pls key in keys.keys
|
|
|
|
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
|
|
```
|