More server changes :3
This commit is contained in:
parent
da6df2f98e
commit
2beaf963c2
12 changed files with 6 additions and 14 deletions
|
@ -3,7 +3,7 @@
|
|||
imports = [ ./nginx ];
|
||||
|
||||
services.lemmy = {
|
||||
enable = true;
|
||||
enable = config.system.server.enable;
|
||||
nginx.enable = true;
|
||||
database.createLocally = true;
|
||||
settings = {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, config, ... }:
|
||||
{
|
||||
services.mastodon = {
|
||||
enable = true;
|
||||
enable = config.system.server.enable;
|
||||
localDomain = "social.${config.domains.jim1}";
|
||||
streamingProcesses = 4;
|
||||
configureNginx = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue