From bf49e564fc63f272a198f23cecf232185555fc9b Mon Sep 17 00:00:00 2001
From: Silas Schöffel <sils@sils.li>
Date: Thu, 25 Apr 2024 18:18:22 +0200
Subject: fix(system/services/mastodon): change back to stable package

---
 system/services/mastodon/default.nix | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

(limited to 'system/services')

diff --git a/system/services/mastodon/default.nix b/system/services/mastodon/default.nix
index 160f2cf..34f579a 100644
--- a/system/services/mastodon/default.nix
+++ b/system/services/mastodon/default.nix
@@ -3,7 +3,11 @@
 in {
   services.mastodon = {
     enable = true;
-    package = pkgs-unstable.mastodon;
+
+    # Unstable Mastodon package, used if
+    #security updates aren't backported.
+    #package = pkgs-unstable.mastodon; 
+
     localDomain = "vhack.eu";
     smtp = {
       authenticate = true;
-- 
cgit 1.4.1