Skip to content

splitbrain/nixsshinstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages