mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Delete mstdn-tildecafe-com.nix
This commit is contained in:
parent
5798e044a3
commit
8c08cbe2b4
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.mastodon = {
|
||||
enable = true;
|
||||
localDomain = "mstdn.tildecafe.com"; # Replace with your own domain
|
||||
configureNginx = true;
|
||||
smtp.fromAddress = "aaronhoneycutt@proton.me"; # Email address used by Mastodon to send emails, replace with your own
|
||||
extraConfig.SINGLE_USER_MODE = "true";
|
||||
};
|
||||
|
||||
services.postgresqlBackup = {
|
||||
enable = true;
|
||||
databases = [ "mastodon" ];
|
||||
};
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue