Skip to content

Commit

Permalink
(eos) deploy mastodon again
Browse files Browse the repository at this point in the history
  • Loading branch information
fbegyn committed Jan 19, 2024
1 parent ccdb93e commit 35ee47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosts/eos/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ in {
};
## Mastodon
services.mastodon = {
enable = false;
enable = true;
package = pkgs.mastodon;
localDomain = "social.begyn.be";
enableUnixSocket = true;
Expand Down

0 comments on commit 35ee47e

Please sign in to comment.