Please the linter... I am retarded...

This commit is contained in:
Ciapa 2023-04-16 10:39:40 +02:00
parent 606567570c
commit 47480b71c9
1 changed files with 1 additions and 1 deletions

View File

@ -5,13 +5,13 @@
services.hedgedoc = {
enable = true;
settings = {
dbUrl = "postgres://filled:by@dotenv:5432/file";
domain = "op.pai.wtf";
protocolUseSSL = true;
email = false;
allowEmailRegister = false;
allowOrigin = [ "op.pai.wtf" ];
};
dbUrl = "postgres://filled:by@dotenv:5432/file";
environmentFile = "/run/secrets/services/hedgedoc/.env";
groups = [ config.users.groups.keys.name ];
};