hedgedoc update port

This commit is contained in:
jopejoe1 2024-01-19 08:06:06 +00:00
parent ca18407997
commit a3e0e40ac0

View file

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