this post was submitted on 13 Jun 2023
1 points (100.0% liked)

Selfhosted

60507 readers
773 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
1
NixOS and Lemmy (lemmy.world)
submitted 3 years ago* (last edited 3 years ago) by ericjmorey@lemmy.world to c/selfhosted@lemmy.world
 

Anyone with experience using NixOS to create a Lemmy instance, please share any caveats and troubleshooting tips you have.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] yiliu@informis.land 2 points 2 years ago (1 children)

FWIW, I'm running NixOS but gave up on running the Lemmy module. I gave up when I realized that Lemmy seems to need superuser access to the Postgresql server, to install plugins or whatever.

So instead, I used Arion to make a docker-compose image, running in podman. Works great so far.

[โ€“] ericjmorey@lemmy.world 1 points 2 years ago

Thanks for sharing your experience.