forked from kalipso/infrastructure
[nextcloud] enable postgresql backup
if we need to restore from backup this is necessary since db state from zfs snapshots might be corrupted
This commit is contained in:
@@ -31,6 +31,10 @@ with lib;
|
|||||||
lokiHost = "10.0.0.14";
|
lokiHost = "10.0.0.14";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.postgresqlBackup = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud31;
|
package = pkgs.nextcloud31;
|
||||||
|
|||||||
Reference in New Issue
Block a user