nixos-anywhere/README.md

9 lines
299 B
Markdown
Raw Normal View History

2022-11-10 18:49:56 +03:00
# nixos-remote - install nixos everywhere via ssh
## Usage
Needs a repo with your configurations with flakes. for a minimal example checkout https://github.com/Lassulus/flakes-testing.
afterwards you can just run:
```
./nixos-remote root@yourip --flake github:your-user/your-repo#your-system
```