change hedgedoc localhost port

This commit is contained in:
gabriel-doriath-dohler 2021-11-15 01:02:47 +01:00
parent bf2ecf0874
commit b2eb90564d

View file

@ -1,6 +1,6 @@
{ ... }:
let
port = 3000;
port = 3001;
in
{
services.hedgedoc = {