Removed Tabbed-View Test, Rephrasing
This commit is contained in:
parent
81bdd402ec
commit
aa45c70d0a
1 changed files with 4 additions and 4 deletions
|
@ -12,21 +12,21 @@ This is the Infrastructure Code for the "Serverraum mit Matratze" shared apartme
|
||||||
- [Hosts](#hosts)
|
- [Hosts](#hosts)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
|
||||||
## Requirements {.tabset .tabset-fade}
|
## Requirements
|
||||||
Requirements to do Remote Deployment using NixOS native Tools.
|
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.
|
1. SSH-Access to Target-Host with Sudo Privileges.
|
||||||
2. Don't forget to Configure your ssh Config! (See [Hosts](#hosts))
|
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`
|
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.
|
1. SSH-Access to Target-Host with Sudo Privileges.
|
||||||
2. Don't forget to Configure your ssh Config! (See [Hosts](#hosts))
|
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`
|
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
|
## Remote Deployment
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue