mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
fixed config again
This commit is contained in:
parent
8caf7286c0
commit
a3cf4ca327
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue