summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-08-07 21:06:21 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-08-07 21:06:21 +0200
commite016666d64cb48ce3f7c6b1960b7e26ba62a8ace (patch)
tree88538aa2ec55defecad7ff8f4289789b475c83be
parent92b8041435bb43ad50bcb91da893a2481377cca6 (diff)
downloadmemory-leaks-e016666d64cb48ce3f7c6b1960b7e26ba62a8ace.tar.xz
Add some details on VPS configuration
-rw-r--r--guides/cloud/vps.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/cloud/vps.org b/guides/cloud/vps.org
index 511c443..537f567 100644
--- a/guides/cloud/vps.org
+++ b/guides/cloud/vps.org
@@ -38,9 +38,9 @@ So instead, I'll
#+end_src
* System
-** Hostname
#+begin_src sh
sudo hostnamectl set-hostname $fqdn
+sudo timedatectl set-timezone $tz
#+end_src
* Services
@@ -153,7 +153,7 @@ scan-path=/srv/git
In each repository:
- fill in =description=,
-- fill =[cgit]= section in =config= (=hide=, =owner=).
+- fill =[cgit]= section in =config= (=hide=, =owner=, =section=).
Do:
#+begin_src sh