mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:36:53 +01:00
Update systems/zap/default.nix
This commit is contained in:
parent
b6e1a2d370
commit
e5402139ac
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue