summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/services/mastodon/default.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/system/services/mastodon/default.nix b/system/services/mastodon/default.nix
index 34f579a..a721792 100644
--- a/system/services/mastodon/default.nix
+++ b/system/services/mastodon/default.nix
@@ -1,4 +1,8 @@
-{config, pkgs-unstable, ...}: let
+{
+  config,
+  pkgs-unstable,
+  ...
+}: let
   emailAddress = "mastodon@vhack.eu";
 in {
   services.mastodon = {
@@ -6,7 +10,7 @@ in {
 
     # Unstable Mastodon package, used if
     #security updates aren't backported.
-    #package = pkgs-unstable.mastodon; 
+    #package = pkgs-unstable.mastodon;
 
     localDomain = "vhack.eu";
     smtp = {