mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:26:51 +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 = {
|
||||
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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue