create nginx magic module

This commit is contained in:
Vivian 2023-05-05 10:04:38 +02:00
parent 1894b8c5e8
commit a774b1cd2b
12 changed files with 111 additions and 64 deletions

View file

@ -21,8 +21,7 @@ in {
environment.noXlibs = lib.mkForce false;
networking.firewall.allowedTCPPorts =
[ config.services.hedgedoc.settings.port ];
networking.firewall.allowedTCPPorts = [ port ];
vault-secrets.secrets.hedgedoc = { };