feat: add atuin db
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
85f673d099
commit
119663c180
1 changed files with 6 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue