Added consul and nomad to thingvellir

This commit is contained in:
marc
2024-02-12 21:59:30 +01:00
parent 3f06ae0cb2
commit 360adace1e
5 changed files with 32 additions and 10 deletions

View File

@@ -102,8 +102,14 @@ sudo nixos-install --impure --root /mnt --flake '.#reykjavik'
#+begin_src bash
cp ~/.ssh/id_<hostname> /mnt/home/marc/.ssh/id_<hostname>
#+end_src
* Set up the user
* Initialization
Steps after reboot
** Set up the user
You'll set the root password during the installation. You can then reboot and use the installed OS. First thing you'll have to do is log in as root and set the password for your user:
#+BEGIN_SRC bash
passwd marc
#+END_SRC
** Log into tailscale
#+begin_src bash
sudo tailscale up
#+end_src