Removed Tabbed-View Test, Rephrasing

This commit is contained in:
Kaybee 2025-05-12 21:19:10 +02:00
parent 81bdd402ec
commit aa45c70d0a
Signed by: kb01
SSH key fingerprint: SHA256:kv2GYUy1MZEqusYnS+Y9nMgrpv77jhm+3kknl3UGV1k

View file

@ -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