Fix typo in remote-deployment.md: .#nixos-text -> .#my-nixos

This commit is contained in:
Alan Urmancheev 2024-07-30 17:05:43 +04:00 committed by GitHub
parent c46a9a57b6
commit c63ff11fc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
```