diff --git a/README.md b/README.md index 5958a09..c6fad1d 100644 --- a/README.md +++ b/README.md @@ -12,21 +12,21 @@ This is the Infrastructure Code for the "Serverraum mit Matratze" shared apartme - [Hosts](#hosts) - [License](#license) -## Requirements {.tabset .tabset-fade} +## Requirements Requirements to do Remote Deployment using NixOS native Tools. -### tab NixOS System (Dev System) +### NixOS System (Dev System) 1. SSH-Access to Target-Host with Sudo Privileges. 2. Don't forget to Configure your ssh Config! (See [Hosts](#hosts)) 3. This Configuration `git clone https://git.kb-one.de/Serverraum-mit-Matratze/infra` -### tab Non NixOS System with Nix Package Manager (Dev System) +### Non NixOS System with Nix Package Manager (Dev System) 1. SSH-Access to Target-Host with Sudo Privileges. 2. Don't forget to Configure your ssh Config! (See [Hosts](#hosts)) 3. This Configuration `git clone https://git.kb-one.de/Serverraum-mit-Matratze/infra` -4. nixos-rebuild Command `nix-shell -p '(nixos{}).nixos-rebuild'` +4. Open Nix-Shell with nixos-rebuild Command available `nix-shell -p '(nixos{}).nixos-rebuild'` ## Remote Deployment