mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-13 03:33:00 -06:00
Add new file
This commit is contained in:
parent
fd0debad4b
commit
1c788b0cd4
1 changed files with 16 additions and 0 deletions
16
dev/stoners-space.nix
Normal file
16
dev/stoners-space.nix
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
services.mastodon = {
|
||||||
|
enable = true;
|
||||||
|
localDomain = "stoners.space"; # Replace with your own domain
|
||||||
|
configureNginx = true;
|
||||||
|
smtp.fromAddress = "";
|
||||||
|
};
|
||||||
|
|
||||||
|
services.postgresqlBackup = {
|
||||||
|
enable = true;
|
||||||
|
databases = [ "mastodon" ];
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue