matrix-synapse: use registration_shared_secret_path instead

This commit is contained in:
Jörg Thalheim
2024-06-11 16:20:05 +02:00
parent a6144220ca
commit fa78cc0163
2 changed files with 5 additions and 5 deletions

View File

@@ -38,7 +38,7 @@
z.mode = "0700";
};
"/etc/secrets/synapse-registration_shared_secret" = {
f.argument = "registration_shared_secret: supersecret";
f.argument = "supersecret";
z = {
mode = "0400";
user = "root";