Push to see what I still have to remove lol

This commit is contained in:
Jimbo 2025-02-28 14:12:07 -05:00
parent 8c30ba9fea
commit 8d1a992bb2
27 changed files with 25 additions and 337 deletions

View file

@ -1,9 +1,6 @@
{ config, lib, ... }:
{
imports = [
./rtmp
./virtualhosts
];
imports = [ ./virtualhosts ];
config = lib.mkIf config.system.server.enable {
services.nginx = {
@ -14,8 +11,6 @@
recommendedProxySettings = true;
};
environment.persistence."/persist".directories = [ "/var/www" ];
networking.firewall.allowedTCPPorts = [
80
443