Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk committed Aug 26, 2024
1 parent 0fbadb7 commit 873f916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/tutorials/nixos/provisioning-remote-machines.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ Check that the disk layout is valid:
nix-build -E "((import <nixpkgs> {}).nixos [ ./configuration.nix ]).installTest"
```

This commands runs the complete installation in a virtual machine by building a derivation in the `installTest` attribute provided by the `disko` module.
This command runs the complete installation in a virtual machine by building a derivation in the `installTest` attribute provided by the `disko` module.

## Deploy the system

Expand Down Expand Up @@ -289,4 +289,4 @@ nixos-rebuild switch --no-flake --target-host root@target-host

- [`nixos-anywhere` project page][`nixos-anywhere`]
- [`disko` project repository][`disko`]
- [Colletion of disk layout examples](https://github.com/nix-community/disko/tree/master/example)
- [Collection of disk layout examples](https://github.com/nix-community/disko/tree/master/example)

0 comments on commit 873f916

Please sign in to comment.