fix authelia config
This commit is contained in:
parent
cb1baa15fc
commit
9f88466440
1 changed files with 3 additions and 3 deletions
|
|
@ -111,7 +111,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
config.services.mysql.ensureUsers = [
|
services.mysql.ensureUsers = [
|
||||||
{
|
{
|
||||||
name = "authelia";
|
name = "authelia";
|
||||||
ensurePermissions = {
|
ensurePermissions = {
|
||||||
|
|
@ -120,6 +120,6 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
config.services.mysql.ensureDatabases = [ "authelia" ];
|
services.mysql.ensureDatabases = [ "authelia" ];
|
||||||
config.services.mysqlBackup.databases = [ "authelia" ];
|
services.mysqlBackup.databases = [ "authelia" ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue