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

This commit is contained in:
Alan Urmancheev 2024-07-30 17:31:24 +04:00 committed by GitHub
parent c46a9a57b6
commit ff20b699c8
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
```