From 37f71c496d816aa42f7cf1c7a8924e3914533740 Mon Sep 17 00:00:00 2001 From: sils Date: Thu, 15 Feb 2024 20:01:06 +0100 Subject: fix: update mastodon This uses the mastodon package from nixos-unstable-small because backporting of a security release failed and we can't afford to wait. --- system/services/mastodon/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/services/mastodon') diff --git a/system/services/mastodon/default.nix b/system/services/mastodon/default.nix index cb53c60..160f2cf 100644 --- a/system/services/mastodon/default.nix +++ b/system/services/mastodon/default.nix @@ -1,8 +1,9 @@ -{config, ...}: let +{config, pkgs-unstable, ...}: let emailAddress = "mastodon@vhack.eu"; in { services.mastodon = { enable = true; + package = pkgs-unstable.mastodon; localDomain = "vhack.eu"; smtp = { authenticate = true; -- cgit 1.4.1