mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:56:34 +01:00
hedgedoc update port
This commit is contained in:
parent
ca18407997
commit
a3e0e40ac0
1 changed files with 3 additions and 2 deletions
|
@ -31,8 +31,8 @@
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ 3000 ];
|
allowedTCPPorts = [ 80 ];
|
||||||
allowedUDPPorts = [ 3000 ];
|
allowedUDPPorts = [ 80 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
@ -61,6 +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;
|
||||||
};
|
};
|
||||||
services.surrealdb.enable = true;
|
services.surrealdb.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue