BIG changes. Make almost every server service modular, to distribute among multiple servers

This commit is contained in:
Bun 2025-03-18 05:32:05 -04:00
parent 30fc0dc800
commit 7e40fd4fb3
44 changed files with 153 additions and 143 deletions

View file

@ -2,9 +2,8 @@
{
imports = [ ./nginx ];
config = lib.mkIf config.system.socialserver.enable {
config = lib.mkIf config.services.owncast.enable {
services.owncast = {
enable = true;
port = 8060;
rtmp-port = 1945;
};