From 6a29ea502d6faa50301c230b1c3db35454091058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Tue, 11 Apr 2023 19:39:26 +0100 Subject: [PATCH] Add preface to masto post, remove the ProtectSystem clause as it introduced a cyclical dependency on a fresh install --- content/posts/2023/01/mastodon-nixos.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/content/posts/2023/01/mastodon-nixos.md b/content/posts/2023/01/mastodon-nixos.md index b664941..02991da 100644 --- a/content/posts/2023/01/mastodon-nixos.md +++ b/content/posts/2023/01/mastodon-nixos.md @@ -4,6 +4,11 @@ date: 2023-01-15 tags: [nix, fediverse] --- +``` +If you're here to learn about how to set up a Mastodon server on NixOS the easy way - you can use services.mastodon.enable = true; and take it from there ! +This post does describe a bit more convoluted setup than that. +``` + I've been on the fediverse on and off since [friendi.ca](https://friendi.ca/) started to be a thing. I remember hosting an instance at ponk.pink that suddenly got popular and the server melted away while I was apologising to the users. I can see someone bought the domain to host some psychedelic My Little Pony stuff, I'm all for that. @@ -124,8 +129,6 @@ in { ''; serviceConfig = { Type = "oneshot"; - ProtectSystem = "strict"; - ReadWritePaths = path; }; before = ["container@mastodon.service"]; };