https://github.com/josh/nixos-images
Custom NixOS installer images
https://github.com/josh/nixos-images
nixos
Last synced: 11 days ago
JSON representation
Custom NixOS installer images
- Host: GitHub
- URL: https://github.com/josh/nixos-images
- Owner: josh
- License: mit
- Created: 2025-09-25T20:14:04.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-03-01T07:34:46.000Z (5 months ago)
- Last Synced: 2026-03-01T10:51:32.427Z (5 months ago)
- Topics: nixos
- Language: Nix
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nixos-images
Personal fork of [nix-community/nixos-images](https://github.com/nix-community/nixos-images).
## nixos-installer
Modified NixOS installer iso with **insecure** open ssh ready for [nixos-anywhere](https://github.com/nix-community/nixos-anywhere) take over. For homelab and private network usage. Probably don't use on public cloud.
```sh
nix build github:josh/nixos-images#nixos-installer-iso
nixos-anywhere --flake github:josh/some-nixos-flake --target-host nixos@nixos-installer.local
```