change database for authelia
This commit is contained in:
@@ -120,13 +120,13 @@
|
||||
|
||||
services.mysql.ensureUsers = [
|
||||
{
|
||||
name = "authelia";
|
||||
name = "authelia-main";
|
||||
ensurePermissions = {
|
||||
"authelia.*" = "ALL PRIVILEGES";
|
||||
"authelia-main.*" = "ALL PRIVILEGES";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
services.mysql.ensureDatabases = [ "authelia" ];
|
||||
services.mysqlBackup.databases = [ "authelia" ];
|
||||
services.mysql.ensureDatabases = [ "authelia-main" ];
|
||||
services.mysqlBackup.databases = [ "authelia-main" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user