Move social media hosts into their own option
This commit is contained in:
parent
1a83d6b195
commit
dc3d5381c5
6 changed files with 14 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
services.mastodon = {
|
||||
enable = config.system.server.enable;
|
||||
localDomain = "social.${config.domains.p1}";
|
||||
enable = config.system.socials.enable;
|
||||
localDomain = "social.${config.domains.p2}";
|
||||
streamingProcesses = 4;
|
||||
configureNginx = true;
|
||||
smtp = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue