fix: typo

This commit is contained in:
Ryan Yin 2024-07-30 21:34:51 +08:00
parent ff20b699c8
commit 7cb2b66feb

View File

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