feat: add authelia
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
820cb47af0
commit
813ddd2c0d
4 changed files with 171 additions and 2 deletions
|
|
@ -23,9 +23,14 @@
|
|||
host all all 100.64.0.0/24 trust # trust tailnet
|
||||
'';
|
||||
ensureDatabases = [
|
||||
"authelia"
|
||||
"lldap"
|
||||
];
|
||||
ensureUsers = [
|
||||
{
|
||||
name = "authelia";
|
||||
ensureDBOwnership = true;
|
||||
}
|
||||
{
|
||||
name = "lldap";
|
||||
ensureDBOwnership = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue