diff options
Diffstat (limited to 'system/services/mastodon')
-rw-r--r-- | system/services/mastodon/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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; |