mirror of
https://github.com/ryan4yin/nixos-and-flakes-book.git
synced 2024-11-21 15:43:09 +01:00
fix: typo
This commit is contained in:
parent
ff20b699c8
commit
7cb2b66feb
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user