Skip to content

Commit 9c3de7d

Browse files
drupolmergify[bot]
authored andcommitted
Replace numtide with nix-community
1 parent 5317af5 commit 9c3de7d

15 files changed

+51
-51
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**_Install NixOS everywhere via ssh_**
44

5-
<img src="https://raw.githubusercontent.com/numtide/nixos-anywhere/main/docs/logo.png" width="150" height="150">
5+
<img src="https://raw.githubusercontent.com/nix-community/nixos-anywhere/main/docs/logo.png" width="150" height="150">
66

77
[Documentation Index](docs/INDEX.md)
88

docs/INDEX.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**_Install NixOS everywhere via ssh_**
44

5-
<img title="" src="https://raw.githubusercontent.com/numtide/nixos-anywhere/main/docs/logo.png" alt="" width="149">
5+
<img title="" src="https://raw.githubusercontent.com/nix-community/nixos-anywhere/main/docs/logo.png" alt="" width="149">
66

77
- [README](../README.md)
88
- [Quickstart](./quickstart.md)

docs/SUMMARY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**_Install NixOS everywhere via ssh_**
44

5-
<img title="" src="https://raw.githubusercontent.com/numtide/nixos-anywhere/main/docs/logo.png" alt="" width="149">
5+
<img title="" src="https://raw.githubusercontent.com/nix-community/nixos-anywhere/main/docs/logo.png" alt="" width="149">
66

77
The **nixos-anywhere** tool allows you to pre-configure the whole process of
88
installing NixOS, and run the install remotely with a single CLI command.

docs/howtos/INDEX.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**_Install NixOS everywhere via ssh_**
44

5-
<img title="" src="https://raw.githubusercontent.com/numtide/nixos-anywhere/main/docs/logo.png" alt="" width="129">
5+
<img title="" src="https://raw.githubusercontent.com/nix-community/nixos-anywhere/main/docs/logo.png" alt="" width="129">
66

77
[Documentation Index](./INDEX.md)
88

docs/howtos/custom-kexec.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Here's an example command that demonstrates how to use a custom kexec image with
1414
`nixos-anywhere`:
1515

1616
```
17-
nix run github:numtide/nixos-anywhere -- \
17+
nix run github:nix-community/nixos-anywhere -- \
1818
--kexec "$(nix build --print-out-paths github:nix-community/nixos-images#packages.aarch64-linux.kexec-installer-nixos-unstable-noninteractive)/nixos-kexec-installer-noninteractive-aarch64-linux.tar.gz" \
1919
--flake 'github:your-user/your-repo#your-system' \
2020
root@yourip

docs/howtos/no-os.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ssh -v nixos@fec0::5054:ff:fe12:3456
6464
You can then use the IP address to run `nixos-anywhere` like this:
6565

6666
```
67-
nix run github:numtide/nixos-anywhere -- --flake '.#myconfig' nixos@fec0::5054:ff:fe12:3456
67+
nix run github:nix-community/nixos-anywhere -- --flake '.#myconfig' nixos@fec0::5054:ff:fe12:3456
6868
```
6969

7070
This example assumes a flake in the curent directory containing a configuration

docs/howtos/terraform.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ You can add this expression the `packages` list in your devshell in flake.nix or
1919
in shell.nix.
2020

2121
Checkout out the
22-
[module reference](https://github.com/numtide/nixos-anywhere/tree/main/terraform)
22+
[module reference](https://github.com/nix-community/nixos-anywhere/tree/main/terraform)
2323
for examples and module parameter on how to use the modules.

docs/quickstart.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**_Install NixOS everywhere via ssh_**
44

5-
<img src="https://raw.githubusercontent.com/numtide/nixos-anywhere/main/docs/logo.png" width="150" height="150">
5+
<img src="https://raw.githubusercontent.com/nix-community/nixos-anywhere/main/docs/logo.png" width="150" height="150">
66

77
[Documentation Index](./INDEX.md)
88

@@ -25,7 +25,7 @@ You will need:
2525
the privilege to either login directly as root or to use password-less sudo.
2626

2727
**nixos-anywhere** doesn’t need to be installed. You can run it directly from
28-
[Numtide's repository on Github.](https://github.com/numtide/nixos-anywhere)
28+
[Numtide's repository on Github.](https://github.com/nix-community/nixos-anywhere)
2929

3030
Details of the flake, the disk configuration and the CLI command are discussed
3131
below.
@@ -40,7 +40,7 @@ below.
4040
2. **Initialize a Flake**:
4141

4242
The easiest way to start is to copy our
43-
[example flake.nix](https://github.com/numtide/nixos-anywhere-examples/blob/main/flake.nix)
43+
[example flake.nix](https://github.com/nix-community/nixos-anywhere-examples/blob/main/flake.nix)
4444
into a new directory. This example is tailored for a virtual machine setup
4545
similar to one on [Hetzner Cloud](https://www.hetzner.com/cloud), so you
4646
might need to adapt it for your setup.
@@ -68,7 +68,7 @@ below.
6868

6969
3. **Find SSH Key Line**:\
7070
if you cloned
71-
[our nixos-anywhere-example](https://github.com/numtide/nixos-anywhere-examples/blob/main/configuration.nix)
71+
[our nixos-anywhere-example](https://github.com/nix-community/nixos-anywhere-examples/blob/main/configuration.nix)
7272
you will also replace the SSH key like this: In your configuration, locate
7373
the line that reads:
7474

@@ -84,7 +84,7 @@ below.
8484
used to specify the disk layout to the **disko** tool, which nixos-anywhere
8585
uses to partition, format and mount the disks. Again, for a simple
8686
installation you can paste the contents from the example
87-
[here](https://github.com/numtide/nixos-anywhere-examples/blob/main/disk-config.nix).
87+
[here](https://github.com/nix-community/nixos-anywhere-examples/blob/main/disk-config.nix).
8888
This configures a standard GPT (GUID Partition Table) partition compatible
8989
with both EFI and BIOS systems, and mounts the disk as `/dev/sda`. If this
9090
doesn’t meet your requirements, choose an example that suits your disk layout
@@ -117,10 +117,10 @@ below.
117117
- `<configuration name>` must match the name that immediately follows the
118118
text `nixosConfigurations.` in the flake, as indicated by the comment in
119119
the
120-
[example](https://github.com/numtide/nixos-anywhere-examples/blob/main/flake.nix)).
120+
[example](https://github.com/nix-community/nixos-anywhere-examples/blob/main/flake.nix)).
121121

122122
```
123-
nix run github:numtide/nixos-anywhere -- --flake <path to configuration>#<configuration name> --vm-test
123+
nix run github:nix-community/nixos-anywhere -- --flake <path to configuration>#<configuration name> --vm-test
124124
```
125125

126126
8. You can now run **nixos-anywhere** from the command line as shown below,
@@ -132,20 +132,20 @@ below.
132132
- `<configuration name>` must match the name that immediately follows the
133133
text `nixosConfigurations.` in the flake, as indicated by the comment in
134134
the
135-
[example](https://github.com/numtide/nixos-anywhere-examples/blob/main/flake.nix)).
135+
[example](https://github.com/nix-community/nixos-anywhere-examples/blob/main/flake.nix)).
136136

137137
- `<ip address>` is the IP address of the target machine.
138138

139139
```
140-
nix run github:numtide/nixos-anywhere -- --flake <path to configuration>#<configuration name> root@<ip address>
140+
nix run github:nix-community/nixos-anywhere -- --flake <path to configuration>#<configuration name> root@<ip address>
141141
```
142142
143143
The command would look  like this if you had created your files in a
144144
directory named `/home/mydir/test` and the IP address of your target
145145
machine is `37.27.18.135`:
146146
147147
```
148-
nix run github:numtide/nixos-anywhere -- --flake /home/mydir/test#hetzner-cloud [email protected]
148+
nix run github:nix-community/nixos-anywhere -- --flake /home/mydir/test#hetzner-cloud [email protected]
149149
```
150150
151151
**nixos-anywhere** will then run, showing various output messages at each

0 commit comments

Comments
 (0)