update ports

This commit is contained in:
jopejoe1 2024-01-22 09:13:22 +00:00
parent e5402139ac
commit 830243253e

View file

@ -31,8 +31,8 @@
networking.firewall = { networking.firewall = {
enable = true; enable = true;
allowedTCPPorts = [ 80 ]; allowedTCPPorts = [ 80 3000 ];
allowedUDPPorts = [ 80 ]; allowedUDPPorts = [ 80 3000 ];
}; };
@ -61,7 +61,7 @@
enable = true; enable = true;
settings.domain = "missing.ninja"; settings.domain = "missing.ninja";
settings.host = "missing.ninja"; settings.host = "missing.ninja";
settings.port = 80; settings.port = 3000;
}; };
services.surrealdb.enable = true; services.surrealdb.enable = true;