Update systems/zap/default.nix

This commit is contained in:
jopejoe1 2024-01-19 08:16:20 +00:00
parent a3e0e40ac0
commit b6e1a2d370

View file

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