refactor(self_host/sso): formting using one instruction by line

This commit is contained in:
Raphael 2025-10-19 21:13:27 +02:00
parent e5ee12a4f0
commit cdbee2f338
No known key found for this signature in database

View file

@ -39,8 +39,16 @@ in
}; };
systemd.services.authentik = { systemd.services.authentik = {
after = [ "authentik-env.service" "postgresql.service" "redis-authentik.service" ]; after = [
requires = [ "authentik-env.service" "postgresql.service" "redis-authentik.service" ]; "authentik-env.service"
"postgresql.service"
"redis-authentik.service"
];
requires = [
"authentik-env.service"
"postgresql.service"
"redis-authentik.service"
];
}; };
services = { services = {