From ab86ca7927f55f8c1108681bc824e3cbbd16fbbb Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 10 Nov 2022 16:49:56 +0100 Subject: [PATCH] add minimal README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ee19f9..636b7c2 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ -# nixos-remote \ No newline at end of file +# 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 +```