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