From 13f31c52603e084a9a6a79a2090e05fec0d92449 Mon Sep 17 00:00:00 2001 From: Kaybee Date: Tue, 6 May 2025 01:22:19 +0200 Subject: [PATCH] Fixed Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6c7a64..62005be 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ You'll need SSH-Access to the Server, with a User which can run Nix-Commands, an 1. Don't forget to Configure your ssh Config! (See [Hosts](#hosts)) 2. Stage the Changes if you created or deleted Files `git add .` (They will be ignored if you miss this step!) -3. Build and Switch the Config on the Target Server! (Example [mow0m](#mow0m) +3. Build and Switch the Config on the Target Server! (Example [mow0m](#mow0m)): ``` bash nixos-rebuild switch --flake .#mow0m --target-host master@mow0m --build-host master@mow0m --use-remote-sudo