mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Add invidious
This commit is contained in:
@@ -43,8 +43,8 @@
|
|||||||
networking = {
|
networking = {
|
||||||
hostName = "server";
|
hostName = "server";
|
||||||
firewall = {
|
firewall = {
|
||||||
allowedTCPPorts = [ 80 443 25565 ];
|
allowedTCPPorts = [ 80 443 25565 3232 ];
|
||||||
allowedUDPPorts = [ 80 443 25565 ];
|
allowedUDPPorts = [ 80 443 25565 3232 ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -135,6 +135,12 @@
|
|||||||
HTTP_PORT = 3001;
|
HTTP_PORT = 3001;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
invidious = {
|
||||||
|
enable = true;
|
||||||
|
port = 3232;
|
||||||
|
domain = "invidious.thilohohlt.com";
|
||||||
|
nginx.enable = true;
|
||||||
|
};
|
||||||
postgresql = {
|
postgresql = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.postgresql_15;
|
package = pkgs.postgresql_15;
|
||||||
|
|||||||
Reference in New Issue
Block a user