From 7f5dcd9190e30278109bca51410e20e1e89ba583 Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Tue, 24 Sep 2024 10:20:26 +0200 Subject: [PATCH] docs: Fix ssh user instruction --- docs/gasdev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gasdev.md b/docs/gasdev.md index ba596a2..4cec2d9 100644 --- a/docs/gasdev.md +++ b/docs/gasdev.md @@ -24,7 +24,7 @@ nix run github:nix-community/nixos-anywhere -- --flake .# ro ## 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: