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"
|
"/srv/Minecraft"
|
||||||
];
|
];
|
||||||
postgresql_databases = [
|
postgresql_databases = [
|
||||||
"forgejo"
|
{ name = "forgejo"; }
|
||||||
"nextcloud"
|
{ name = "nextcloud"; }
|
||||||
"matrix-synapse"
|
{ name = "matrix-synapse"; }
|
||||||
];
|
];
|
||||||
exclude_patterns = [ "/home/*/.cache" ];
|
exclude_patterns = [ "/home/*/.cache" ];
|
||||||
encryption_passcommand = "cat /run/secrets/borgRemoteServerPassword";
|
encryption_passcommand = "cat /run/secrets/borgRemoteServerPassword";
|
||||||
|
|
Loading…
Reference in a new issue