From ff20b699c88a195f6a09457b6c49372b4e43c55d Mon Sep 17 00:00:00 2001 From: Alan Urmancheev <108410815+alurm@users.noreply.github.com> Date: Tue, 30 Jul 2024 17:31:24 +0400 Subject: [PATCH] Fix typo in remote-deployment.md: .#nixos-text -> .#my-nixos (#174) --- docs/best-practices/remote-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/best-practices/remote-deployment.md b/docs/best-practices/remote-deployment.md index 13f0aa2..9829dbb 100644 --- a/docs/best-practices/remote-deployment.md +++ b/docs/best-practices/remote-deployment.md @@ -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 ```