1 files changed, 1 insertions(+), 15 deletions(-)

M HOWTO.org
M HOWTO.org +1 -15
@@ 369,21 369,7 @@ GET http://127.0.0.1:4280/subscriptions/
 
 * Usage in Mastodon
 
-** Setup a local mastodon node
-
-To setup postgres on Guix, add to services:
-
-#+begin_src guix
-             (service postgresql-service-type
-                      (postgresql-configuration
-                       (postgresql postgresql)
-                       (extension-packages (list postgis))))
-#+end_src
-
-#+begin_src bash
-sudo useradd -m mastodon
-
-#+end_src
+For a rough first shot to get a Mastodon backed by wispwot, see https://github.com/ArneBab/mastodon/pull/1/files
 
 # Local Variables:
 # org-confirm-babel-evaluate: nil