change database for authelia
This commit is contained in:
@@ -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" ];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user