Added Thingvellir
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#+title: Hosts
|
||||
* [[file:../hosts/reykjavik/README.org][Reykjavik]]
|
||||
* [[file:../hosts/kopavogur/README.org][Kopavogur]]
|
||||
* <<new_host>> Setting up a new host
|
||||
* Setting up a new host
|
||||
** Generate a host ssh key pair
|
||||
Generate the key pair (we'll use the name `id_<host>`)
|
||||
#+BEGIN_SRC bash
|
||||
@@ -37,3 +35,6 @@ Host remotehost
|
||||
IdentitiesOnly yes
|
||||
IdentityFile ~/.ssh/remotehost
|
||||
#+END_SRC
|
||||
* List of hosts
|
||||
** [[file:../hosts/reykjavik/README.org][Reykjavik]]
|
||||
** [[file:../hosts/kopavogur/README.org][Kopavogur]]
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#+title: Installing
|
||||
* Set up
|
||||
** If new host, follow [[new_host][Setting up a new host]]
|
||||
** If new host, follow [[file:hosts.org][Setting up a new host]]
|
||||
** Open a nix-shell with dependencies
|
||||
#+BEGIN_SRC bash
|
||||
nix shell nixpkgs#git
|
||||
nix-shell -p git
|
||||
#+END_SRC
|
||||
** Obtain the flake
|
||||
+ Via git clone
|
||||
|
||||
Reference in New Issue
Block a user