Update systems/zap/default.nix

This commit is contained in:
jopejoe1 2024-01-19 08:18:17 +00:00
parent b6e1a2d370
commit e5402139ac

View file

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