change database for authelia
This commit is contained in:
parent
ed1c28c1fd
commit
12f0c9bb1e
1 changed files with 4 additions and 4 deletions
|
|
@ -120,13 +120,13 @@
|
||||||
|
|
||||||
services.mysql.ensureUsers = [
|
services.mysql.ensureUsers = [
|
||||||
{
|
{
|
||||||
name = "authelia";
|
name = "authelia-main";
|
||||||
ensurePermissions = {
|
ensurePermissions = {
|
||||||
"authelia.*" = "ALL PRIVILEGES";
|
"authelia-main.*" = "ALL PRIVILEGES";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
services.mysql.ensureDatabases = [ "authelia" ];
|
services.mysql.ensureDatabases = [ "authelia-main" ];
|
||||||
services.mysqlBackup.databases = [ "authelia" ];
|
services.mysqlBackup.databases = [ "authelia-main" ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue