docs: Fix ssh user instruction
This commit is contained in:
parent
3e3d45f18b
commit
7f5dcd9190
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ nix run github:nix-community/nixos-anywhere -- --flake .#<configuration name> ro
|
||||||
|
|
||||||
## Deploy configuration
|
## Deploy configuration
|
||||||
|
|
||||||
In order to deploy new configuration changes after the initial NixOS installation, I use [deploy-rs](https://github.com/serokell/deploy-rs). It requires a properly set-up **ssh-agent** and SSH keys being installed on the **gaspard** user.
|
In order to deploy new configuration changes after the initial NixOS installation, I use [deploy-rs](https://github.com/serokell/deploy-rs). It requires a properly set-up **ssh-agent** and SSH keys being installed on the **root** user.
|
||||||
|
|
||||||
Then you can deploy the new configuration:
|
Then you can deploy the new configuration:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue