Skip to content

docs(no-os): simpler and more complete #489

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yajo
Copy link

@yajo yajo commented Mar 19, 2025

  • Remind user to connect to WiFi.
  • Remove the IP section. Just connect to localhost and it will work always.
  • Remind to add experimental features to CLI.
  • Add --build-on remote, or most likely the live system will run out of disk space (which is actually RAM at that moment).

@moduon MT-9339

```
nix run github:nix-community/nixos-anywhere -- --flake '.#myconfig' --target-host nixos@fec0::5054:ff:fe12:3456
```shell
nix --extra-experimental-features 'nix-command flakes' run github:nix-community/nixos-anywhere -- --flake '.#myconfig' --target-host nixos@localhost --build-on remote
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This way works well if you have a public configuration. However if you don't it's own challenge to clone the repository. So I think we should maybe describe both method.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But the previous version didn't explain how to clone a repo. What do you mean?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's say your have a private configuration with private flake inputs it's more likely you have the necessary credentials available on an already set up machine vs. an installer image.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, so you mean that these instructions were meant to be executed from a different PC within the same network, that is targeting the new PC that was booted with the live image, right?

That wasn't obvious to me when reading the docs. Let me fix now.

- Remind user to connect to WiFi.
- Add local install section.
- Remind to add experimental features to CLI.
- Name the remote install section.
- Add `--build-on remote`, and explain it, or most likely the live system will run out of disk space (which is actually RAM at that moment).

@moduon MT-9339
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants