Add invidious

This commit is contained in:
thiloho
2024-01-14 13:44:29 +01:00
parent f4070f8d48
commit c00be241bd

View File

@@ -43,8 +43,8 @@
networking = {
hostName = "server";
firewall = {
allowedTCPPorts = [ 80 443 25565 ];
allowedUDPPorts = [ 80 443 25565 ];
allowedTCPPorts = [ 80 443 25565 3232 ];
allowedUDPPorts = [ 80 443 25565 3232 ];
};
};
@@ -135,6 +135,12 @@
HTTP_PORT = 3001;
};
};
invidious = {
enable = true;
port = 3232;
domain = "invidious.thilohohlt.com";
nginx.enable = true;
};
postgresql = {
enable = true;
package = pkgs.postgresql_15;