fixed config again

This commit is contained in:
Harry 2024-08-25 13:07:10 +02:00
parent 8caf7286c0
commit a3cf4ca327

View file

@ -65,9 +65,9 @@
"/srv/Minecraft"
];
postgresql_databases = [
"forgejo"
"nextcloud"
"matrix-synapse"
{ name = "forgejo"; }
{ name = "nextcloud"; }
{ name = "matrix-synapse"; }
];
exclude_patterns = [ "/home/*/.cache" ];
encryption_passcommand = "cat /run/secrets/borgRemoteServerPassword";