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