diff options
Diffstat (limited to 'system/services/mastodon')
-rw-r--r-- | system/services/mastodon/default.nix | 6 |
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; |