Skip to content

Commit

Permalink
Fix typo in remote-deployment.md: .#nixos-text -> .#my-nixos (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
alurm committed Jul 30, 2024
1 parent c46a9a5 commit ff20b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/best-practices/remote-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ For instance, to deploy the configuration defined in the `nixosConfigurations.my
your flake to a remote host, use the following command:

```bash
nixos-rebuild switch --flake .#nixos-text \
nixos-rebuild switch --flake .#my-nixos \
--target-host root@192.168.4.1 --build-host localhost --verbose
```

Expand Down

0 comments on commit ff20b69

Please sign in to comment.