commit e016666d64cb48ce3f7c6b1960b7e26ba62a8ace
parent 92b8041435bb43ad50bcb91da893a2481377cca6
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sat, 7 Aug 2021 21:06:21 +0200
Add some details on VPS configuration
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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