Skip to content

Commit

Permalink
ashokan: set mastodon smtp from address
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikvtcodes committed Nov 18, 2024
1 parent 6833662 commit bdf7685
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions machines/nixos/ashokan/services/mastodon.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ in {
user = "mastodon@${domain}";
passwordFile = config.age.secrets.mastodonSmtpPassword;
createLocally = false;
fromAddress = "mastodon@${domain}";
};
};

Expand Down

0 comments on commit bdf7685

Please sign in to comment.