arashi: init atuin db
This commit is contained in:
parent
a2e518cf3b
commit
11e0f758c0
1 changed files with 15 additions and 1 deletions
|
@ -48,6 +48,10 @@
|
||||||
name = "miniflux";
|
name = "miniflux";
|
||||||
ensureDBOwnership = true;
|
ensureDBOwnership = true;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "atuin";
|
||||||
|
ensureDBOwnership = true;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
ensureDatabases = [
|
ensureDatabases = [
|
||||||
"forgejo"
|
"forgejo"
|
||||||
|
@ -57,11 +61,21 @@
|
||||||
"vaultwarden"
|
"vaultwarden"
|
||||||
"attic"
|
"attic"
|
||||||
"miniflux"
|
"miniflux"
|
||||||
|
"atuin"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
services.postgresqlBackup = {
|
services.postgresqlBackup = {
|
||||||
enable = true;
|
enable = true;
|
||||||
databases = ["forgejo" "hedgedoc" "grafana" "authelia" "vaultwarden" "attic" "miniflux"];
|
databases = [
|
||||||
|
"forgejo"
|
||||||
|
"hedgedoc"
|
||||||
|
"grafana"
|
||||||
|
"authelia"
|
||||||
|
"vaultwarden"
|
||||||
|
"attic"
|
||||||
|
"miniflux"
|
||||||
|
"atuin"
|
||||||
|
];
|
||||||
compression = "zstd";
|
compression = "zstd";
|
||||||
compressionLevel = 4;
|
compressionLevel = 4;
|
||||||
startAt = "*-*-* 23:00:00";
|
startAt = "*-*-* 23:00:00";
|
||||||
|
|
Loading…
Reference in a new issue