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 = { services.hedgedoc = {
enable = true; enable = true;
settings = { settings = {
dbUrl = "postgres://filled:by@dotenv:5432/file";
domain = "op.pai.wtf"; domain = "op.pai.wtf";
protocolUseSSL = true; protocolUseSSL = true;
email = false; email = false;
allowEmailRegister = false; allowEmailRegister = false;
allowOrigin = [ "op.pai.wtf" ]; allowOrigin = [ "op.pai.wtf" ];
}; };
dbUrl = "postgres://filled:by@dotenv:5432/file";
environmentFile = "/run/secrets/services/hedgedoc/.env"; environmentFile = "/run/secrets/services/hedgedoc/.env";
groups = [ config.users.groups.keys.name ]; groups = [ config.users.groups.keys.name ];
}; };