feat: add atuin db

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-10-04 08:59:33 +02:00
parent 85f673d099
commit 119663c180
Signed by: lander
GPG key ID: 0142722B4B0C536F

View file

@ -9,12 +9,17 @@
host all all 100.64.0.0/24 trust # trust tailnet
'';
ensureDatabases = [
"atuin"
"authelia"
"forgejo"
"lldap"
"mealie"
];
ensureUsers = [
{
name = "atuin";
ensureDBOwnership = true;
}
{
name = "authelia";
ensureDBOwnership = true;
@ -38,6 +43,7 @@
enable = true;
startAt = "*-*-* 02:00:00";
databases = [
"atuin"
"authelia"
"forgejo"
"lldap"