aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-04-25 18:18:22 +0200
committerSilas Schöffel <sils@sils.li>2024-04-25 18:18:22 +0200
commitbf49e564fc63f272a198f23cecf232185555fc9b (patch)
treeaf23e1063202b1a84d2956ca532a3e333f7db85f
parentfix(mail): persist additional state directories (diff)
downloadnixos-server-bf49e564fc63f272a198f23cecf232185555fc9b.zip
fix(system/services/mastodon): change back to stable package
-rw-r--r--system/services/mastodon/default.nix6
1 files changed, 5 insertions, 1 deletions
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;