Skip to content

Commit 64c793d

Browse files
committed
Ran nix fmt
1 parent fbdc9e5 commit 64c793d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@ Note that this command references the URL of your flake, in this case `.#`,
199199
together with the name of the system `hetzner-cloud`, as highlighted by the
200200
comment in the sample flake.
201201

202-
This will configure and build the new NixOS server. Since the configurations are defined
203-
in the flake, it will not create `/etc/nixos/configuration.nix`. If you need to make
204-
changes to the configuration in future, you should make the changes in the flake, and
205-
rebuild using the --flake option as shown below:
202+
This will configure and build the new NixOS server. Since the configurations are
203+
defined in the flake, it will not create `/etc/nixos/configuration.nix`. If you
204+
need to make changes to the configuration in future, you should make the changes
205+
in the flake, and rebuild using the --flake option as shown below:
206206

207207
```
208208
nixos-rebuild --flake <flake URL> switch

docs/quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ directory containing the flake to update `flake.lock` before rerunning
158158
nix flake update
159159
```
160160

161-
The new server's configurations are defined in the flake. `nixos-anywhere` does not
162-
create `etc/nixos/configuration.nix`since it expects the server to be administered
163-
remotely. Any future changes to the configuration should be made to the flake, and
164-
you would reference this flake when doing the rebuild:
161+
The new server's configurations are defined in the flake. `nixos-anywhere` does
162+
not create `etc/nixos/configuration.nix`since it expects the server to be
163+
administered remotely. Any future changes to the configuration should be made to
164+
the flake, and you would reference this flake when doing the rebuild:
165165

166166
```
167167
nixos-rebuild --flake <URL to your flake> switch

0 commit comments

Comments
 (0)