From 93bfe12379855188b43b0bb6fcc70d6717c18a6e Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Thu, 25 Apr 2024 23:14:14 +0200 Subject: style(system/services/mastodon): format with alejandra --- system/services/mastodon/default.nix | 8 ++++++-- 1 file 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 = { -- cgit 1.4.1