This commit is contained in:
Aaron Honeycutt 2023-03-30 07:45:44 -06:00
parent d73d6e397a
commit 09e4163b2d
11 changed files with 0 additions and 0 deletions

View file

@ -1,16 +0,0 @@
{ config, pkgs, ... }:
{
services.mastodon = {
enable = true;
localDomain = "stoners.space"; # Replace with your own domain
configureNginx = true;
smtp.fromAddress = "";
};
services.postgresqlBackup = {
enable = true;
databases = [ "mastodon" ];
};
}