mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:56:34 +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 = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ 3000 ];
|
allowedTCPPorts = [ 80 ];
|
||||||
allowedUDPPorts = [ 3000 ];
|
allowedUDPPorts = [ 80 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -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 = 3000;
|
settings.port = 80;
|
||||||
};
|
};
|
||||||
services.surrealdb.enable = true;
|
services.surrealdb.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue