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
|
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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue