fix authelia config

This commit is contained in:
2023-08-17 01:10:06 +02:00
parent cb1baa15fc
commit 9f88466440

View File

@@ -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" ];
} }