https://github.com/splitbrain/nixsshinstall
https://github.com/splitbrain/nixsshinstall
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/splitbrain/nixsshinstall
- Owner: splitbrain
- Created: 2025-07-19T20:30:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-19T21:19:19.000Z (about 1 year ago)
- Last Synced: 2025-07-19T23:06:42.540Z (about 1 year ago)
- Language: Nix
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NixOS Installer ISO with SSH Builder
Simple docker container to build a NixOS install image with SSH access pre-configured. Useful if you want to install NixOS headless.
It's the same as the standard minimal image, but SSH is started and your key will be authorized for the `nixos` user.
## Usage
```bash
docker run --rm -e SSH_KEY="$(cat ~/.ssh/id_rsa.pub)" -v $(pwd)/iso:/iso ghcr.io/splitbrain/nixsshinstall:main
```
The resulting ISO will be in the `iso` dir and can be "burned" to an USB drive.