From 7cb2b66feb4b7b73d35ce4167b4d5941b4c68749 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 30 Jul 2024 21:34:51 +0800 Subject: [PATCH] fix: typo --- docs/zh/best-practices/remote-deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/best-practices/remote-deployment.md b/docs/zh/best-practices/remote-deployment.md index 27b1433..f23b697 100644 --- a/docs/zh/best-practices/remote-deployment.md +++ b/docs/zh/best-practices/remote-deployment.md @@ -126,7 +126,7 @@ nix run nixpkgs#colmena apply 例如,使用以下命令将 flake 中的 `nixosConfigurations.my-nixos` 这份配置部署到远程主机: ```bash -nixos-rebuild switch --flake .#nixos-text \ +nixos-rebuild switch --flake .#my-nixos \ --target-host root@192.168.4.1 --build-host localhost --verbose ```