Commit Graph

83 Commits

Author SHA1 Message Date
Jörg Thalheim
a348625d82 reduce RAM requirements to 1GB 2024-06-07 15:18:31 +02:00
Jessica Del
da67ead960 Fix typo 2024-05-26 08:53:21 +00:00
Jessica Del
7528e6bcf8 use-without-flakes: Fix arguments of --store-paths 2024-05-26 08:53:21 +00:00
Sizhe Zhao
b27868f1a1
fix(docs/howtos/no-os): fix typo 2024-05-08 11:20:42 +08:00
lassulus
4958ff8bf5
Merge pull request #306 from a-kenji/patch-1
docs: fix typos in quickstart
2024-04-23 15:11:38 +02:00
a-kenji
a2b5fcaa9e feat: add env-password
Allow setting the bootstrap password on invocation of
`nixos-anywhere`.

This makes use of the `sshpass` program, to provide `ssh-copy-id` with
the password.

The `runtimeDeps` change in the following way:

sshpass: ∅ → 1.10, +29.5 KiB

Improves the usage especially together with the iso image installers of `nixos-images`.
2024-04-23 11:54:31 +02:00
a-kenji
5c23bd64c2 docs: fix typos in quickstart 2024-04-23 10:35:44 +02:00
a-kenji
fe35eb255f
Fix: link to official wiki (#299) 2024-04-10 01:17:53 +02:00
Jörg Thalheim
c4f0d1f3de Revert "removed duplicate "/tmp/disk-1.key /tmp/disk-1.key""
This reverts commit e8a9227b1b.
2024-03-14 18:06:32 +00:00
JayDeLux
e8a9227b1b
removed duplicate "/tmp/disk-1.key /tmp/disk-1.key" 2024-02-12 12:03:41 +01:00
mangoiv
4c94cecf3d [feat] remove -t parameter and replace it with a check of whether it's tty 2024-01-07 12:12:16 +00:00
JayDeLux
6f7c428c4a Little typo 2024-01-05 21:24:50 +00:00
Benedikt Heine
1d0b24b0a8 Fix typos in ipv6.md 2024-01-03 09:49:28 +00:00
Sandro Jäckel
7126b644df
Change some links to no longer rely on redirects 2023-12-29 23:04:43 +01:00
Adrien Vakili
98daa9c5b2 Fix url for example repo 2023-11-27 19:04:59 +00:00
phaer
7351eb2f45 fix example url 2023-11-25 12:19:12 +00:00
Pol Dellaiera
9c3de7d78d Replace numtide with nix-community 2023-11-23 09:09:02 +00:00
Jörg Thalheim
16f68d57b4 mention ipv6-only targets workaround 2023-11-06 12:17:39 +00:00
Jörg Thalheim
327cb59c37 docs: add documentation on nix-channel 2023-11-02 07:56:50 +00:00
phaer
c1d289366b don't recommend starting from an empty flake...
...as we've received feedback that this is  more
confusing for newer users than starting from the
example and it's probably safe to assume more experienced
users will be able to figure it out on their own.
2023-10-20 15:09:09 +00:00
phaer
3ce8720c99 quickstart: mention the need to copy generated...
configs to your local machine
2023-10-20 15:09:09 +00:00
phaer
81bac253d9 quickstart: fix link to ssh key example 2023-10-20 15:09:09 +00:00
phaer
72f6c013be nix fmt 2023-10-20 15:09:09 +00:00
phaer
ea35767c27 quickstart: fix indentation, explicitly mention
the target machine among the requirements.
2023-10-20 15:09:09 +00:00
Jörg Thalheim
34de549ecc document using nixos-anywhere without flakes and disko 2023-10-14 11:47:16 +02:00
Lassulus
cd5a2d7835
fix typo in use-without-flakes 2023-10-10 15:57:51 +02:00
Jörg Thalheim
435c84cbe9 update help reference 2023-10-04 17:40:24 +00:00
Ivan Trubach
eb5ff34414 copy over ssh host keys
nixos-kexec-installer preserves SSH host keys, so should we, to avoid
changing host identity.

See also
- c4c73bce65/nix/kexec-installer/kexec-run.sh (L42C1-L46C1)
- c4c73bce65/nix/installer.nix (L44-L55)
2023-10-04 17:40:24 +00:00
Jörg Thalheim
6e1a159d20 add terraform section in documentation 2023-09-17 16:47:53 +02:00
Jörg Thalheim
09e27c0085 add also requirements notes from the frontpage 2023-09-17 16:28:12 +02:00
Jörg Thalheim
daea29d1e1 split howtos into smaller documents 2023-09-17 16:10:10 +02:00
Jörg Thalheim
d56c1af294 drop support matrix
we should rather have a black list of platforms that are known not to work
2023-09-17 15:50:19 +02:00
Jörg Thalheim
8f5fe1c523 rework requirements page 2023-09-17 15:37:56 +02:00
Jörg Thalheim
34e1c624ec switch to deno for formatting 2023-09-17 08:40:45 +00:00
Jörg Thalheim
731eb9f5d1 quickstart: write a section on how to write hardware configuration 2023-08-31 12:09:59 +00:00
Jörg Thalheim
a82015f2c0 docs: migrate away from deprecated lib.getExe 2023-08-31 11:05:28 +00:00
Jörg Thalheim
ff2d0d8e37 add an howto to use nixos-anywhere without flakes 2023-08-31 11:05:28 +00:00
Jörg Thalheim
0f5f957a84
quickstart: clarify updating docs (#191)
* quickstart: clarify updating docs

* fix typo

Co-authored-by: dantefromhell <90508808+dantefromhell@users.noreply.github.com>

---------

Co-authored-by: dantefromhell <90508808+dantefromhell@users.noreply.github.com>
2023-08-27 13:39:19 +01:00
Jörg Thalheim
ac89dd5178 add kexec support for linux-aarch64 2023-08-05 09:54:58 +02:00
Jörg Thalheim
acc402ea93 add howto on secrets and full disk encryption 2023-07-27 08:15:15 +02:00
lassulus
581053b2c4 add --vm-test mode for local vm tests
Update src/nixos-anywhere.sh
2023-07-21 15:10:53 +02:00
JillThornhill
64c793dbfb Ran nix fmt 2023-07-09 11:48:36 +02:00
JillThornhill
fbdc9e5c29
Update quickstart.md
Future rebuilds should use the flake, not configuration.nix
2023-07-09 10:46:09 +02:00
Jörg Thalheim
415b78c6d2 fix typo in url for nixos kexec image 2023-06-10 11:46:12 +02:00
Jörg Thalheim
69443d6929 make usage formatting more consistent 2023-06-07 07:15:31 +02:00
bors[bot]
695d32db83
Merge #122
122: Fix typo r=zimbatm a=dantefromhell



Co-authored-by: dantefromhell <90508808+dantefromhell@users.noreply.github.com>
2023-05-31 09:46:52 +00:00
dantefromhell
4dd748568e
Fix typo
missing space
2023-05-31 08:07:39 +00:00
dantefromhell
c2f57cf174
Fix RAM requirements
Assuming typo.

Readme says 1.5 GB since 3028a09 which overlaps with my testing results.
2023-05-31 08:05:31 +00:00
JillThornhill
750f65009a nix fmt 2023-05-31 09:01:28 +02:00
JillThornhill
00bd11f241 Ran nix fmt 2023-05-31 08:24:20 +02:00