mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2024-11-24 17:13:12 +01:00
Fix typo in remote-deployment.md: .#nixos-text -> .#my-nixos (#174)
This commit is contained in:
parent
c46a9a57b6
commit
ff20b699c8
@ -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:
|
your flake to a remote host, use the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nixos-rebuild switch --flake .#nixos-text \
|
nixos-rebuild switch --flake .#my-nixos \
|
||||||
--target-host root@192.168.4.1 --build-host localhost --verbose
|
--target-host root@192.168.4.1 --build-host localhost --verbose
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user