add minimal README

This commit is contained in:
lassulus 2022-11-10 16:49:56 +01:00
parent 416390f6dd
commit ab86ca7927

View File

@ -1 +1,8 @@
# nixos-remote
# 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
```